Skip to content

Commit

Permalink
Restore test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Jan 24, 2024
1 parent da5d0bd commit 4f83b0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/CarbonImmutable/ComparisonTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -313,5 +313,6 @@ public function testDifferentType()
$subCarbon = new SubCarbon('2024-01-24 00:00');
$carbon = new Carbon('2024-01-24 00:00');
$this->assertTrue($subCarbon->equalTo($carbon));
$this->assertTrue($carbon->equalTo($subCarbon));
}
}

0 comments on commit 4f83b0d

Please sign in to comment.