diff --git a/tests/VersionParserTest.php b/tests/VersionParserTest.php index 9e002958..9f476740 100644 --- a/tests/VersionParserTest.php +++ b/tests/VersionParserTest.php @@ -820,8 +820,8 @@ public function testNormalizeStability() $this->assertSame($expectedValue, $result); - $stability = 'no-rc'; - $expectedValue = $stability; + $stability = 'BeTa'; + $expectedValue = 'beta'; $result = $parser->normalizeStability($stability); $this->assertSame($expectedValue, $result);