Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Oct 11, 2024
1 parent f237200 commit b7bfad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Inspector/DevLifterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function testGenerate()
$lifter = new DevLifter();

$actual = $lifter->elevate('0.1.0', $left, $right);
$expect = '0.1.1';
$expect = '0.2.0';

$this->assertEquals($expect, $actual);
}
Expand Down

0 comments on commit b7bfad5

Please sign in to comment.