Skip to content

Commit 93736e2

Browse files
committed
fix: pipeline error
1 parent 47c4cec commit 93736e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FlexTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ public function testInstallWithPackageJsonToSynchronizeSkipped()
322322

323323
$this->assertStringContainsString(
324324
'Skip synchronizing package.json with PHP packages',
325-
$io->getOutput(),
325+
$io->getOutput()
326326
);
327327
}
328328

0 commit comments

Comments
 (0)