We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81cd5f1 commit 54e3b54Copy full SHA for 54e3b54
test/Liip/RMT/Tests/Functional/GitTest.php
@@ -76,6 +76,6 @@ public function testTagPrefixWithBranchNamePlaceHolder(): void
76
exec('./RMT release -n --confirm-first');
77
exec('git tag', $tags);
78
// $this->manualDebug();
79
- self::assertEquals(array('_master_1'), $tags);
+ self::assertEquals(array('_main_1'), $tags);
80
}
81
0 commit comments