Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Jul 12, 2024
1 parent f25dd04 commit c51258e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/VersionParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c51258e

Please sign in to comment.