Skip to content

Commit 5aa7b03

Browse files
committed
Fix test
1 parent ee28354 commit 5aa7b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Composer/Test/Package/Loader/RootPackageLoaderTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public function testFeatureBranchPrettyVersion(): void
130130
'cmd' => ['git', 'branch', '-a', '--no-color', '--no-abbrev', '-v'],
131131
'stdout' => "* latest-production 38137d2f6c70e775e137b2d8a7a7d3eaebf7c7e5 Commit message\n master 4f6ed96b0bc363d2aa4404c3412de1c011f67c66 Commit message\n",
132132
],
133-
'git rev-list master..latest-production',
133+
['cmd' => ['git', 'rev-list', 'master..latest-production']],
134134
], true);
135135

136136
$config = new Config;

0 commit comments

Comments
 (0)