Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph0tonic committed Dec 11, 2024
1 parent 81cd5f1 commit 54e3b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Liip/RMT/Tests/Functional/GitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ public function testTagPrefixWithBranchNamePlaceHolder(): void
exec('./RMT release -n --confirm-first');
exec('git tag', $tags);
// $this->manualDebug();
self::assertEquals(array('_master_1'), $tags);
self::assertEquals(array('_main_1'), $tags);
}
}

0 comments on commit 54e3b54

Please sign in to comment.