From 4a3a86bdbb58a9aa89c0d5e667ff8c8e1dd18b94 Mon Sep 17 00:00:00 2001 From: SonyPradana Date: Sun, 31 Dec 2023 10:25:57 +0700 Subject: [PATCH] fix: fix test case (age increase) --- tests/Time/TimeTravelTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Time/TimeTravelTest.php b/tests/Time/TimeTravelTest.php index 889ac74a..55ffeb7d 100644 --- a/tests/Time/TimeTravelTest.php +++ b/tests/Time/TimeTravelTest.php @@ -157,7 +157,7 @@ public function itCorrectAge(): void { $now = new Now('01/01/2000'); $this->assertSame( - 23.0, + 24.0, $now->age, 'the age must equal' );