Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 committed Oct 30, 2024
1 parent c10014f commit 043c318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/Algos/GenerateUserFeedTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
it('will succeed with message', function () {
$algo = GenerateUserFeed::make()->model($this->user)->run();

expect($algo->message)->toBe('Feed generated successfully');
expect($algo->message)->toBeString('Feed generated successfully');
});

it('will succeed with meta data', function () {
Expand Down

0 comments on commit 043c318

Please sign in to comment.