Skip to content

Commit

Permalink
style: fix alignment in Restore.stub
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithDennis committed Mar 30, 2024
1 parent cb45700 commit 7b55e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/Restore.stub
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ it('can restore records', function () {
->assertCanSeeTableRecords([$record])
->callTableAction(RestoreAction::class, $record);

expect($record->refresh()->trashed())->toBeFalse();
expect($record->refresh()->trashed())->toBeFalse();
});

0 comments on commit 7b55e9f

Please sign in to comment.