Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmaypurav committed Sep 29, 2024
1 parent c6b672a commit a6d30d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
]);
});

it('can update past date as next transaction date', function () {
it('cannot update past date as next transaction date', function () {

$recurringExpense = RecurringExpense::factory()->for($this->user)->create();

Expand Down

0 comments on commit a6d30d2

Please sign in to comment.