From b7bfad57bf0b7e87c8b13fb88ada897626bf08c9 Mon Sep 17 00:00:00 2001 From: Christoph Kappestein Date: Fri, 11 Oct 2024 18:59:32 +0200 Subject: [PATCH] fix test --- tests/Inspector/DevLifterTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }