Skip to content

Commit 54e3b54

Browse files
committed
Fix tests
1 parent 81cd5f1 commit 54e3b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Liip/RMT/Tests/Functional/GitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ public function testTagPrefixWithBranchNamePlaceHolder(): void
7676
exec('./RMT release -n --confirm-first');
7777
exec('git tag', $tags);
7878
// $this->manualDebug();
79-
self::assertEquals(array('_master_1'), $tags);
79+
self::assertEquals(array('_main_1'), $tags);
8080
}
8181
}

0 commit comments

Comments
 (0)