diff --git a/tests/Inspector/DevLifterTest.php b/tests/Inspector/DevLifterTest.php index 50f4f14..f7aac74 100644 --- a/tests/Inspector/DevLifterTest.php +++ b/tests/Inspector/DevLifterTest.php @@ -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); }