Skip to content

Commit

Permalink
Carbon v3 test compatibility fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Mar 12, 2024
1 parent 09d2fa9 commit 6ce05d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/InvitationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public function it_sets_default_expiration_date_from_config()

$this->assertEquals(
config('konekt.user.invitation.default_expiry_days'),
round($invitation->expires_at->floatDiffInDays()),
round($invitation->expires_at->floatDiffInDays(null, true)),
);
}

Expand Down

0 comments on commit 6ce05d9

Please sign in to comment.