Skip to content

Commit 9bf9755

Browse files
committed
fix test
1 parent 492cc87 commit 9bf9755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ComposerProcessor/RaiseToInstalledComposerProcessor/RaiseToInstalledComposerProcessorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function test(): void
3838
$this->assertSame('^9.0', $changedPackageVersion->getOldVersion());
3939

4040
// note: this might change in near future; improve to dynamic soon
41-
$this->assertSame('^12.14', $changedPackageVersion->getNewVersion());
41+
$this->assertStringStartsWith('^12.1', $changedPackageVersion->getNewVersion());
4242
}
4343

4444
public function testSkipDev(): void

0 commit comments

Comments
 (0)