Skip to content

Commit

Permalink
tests: fix heist test
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Nov 8, 2024
1 parent 5d973a7 commit 7f93b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/games/heist.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ describe('Heist - !bankheist - @func2', () => {
}
});
it('Heist should be finished - userslist', async () => {
await message.sentMessageContain('The heist payouts are: ');
await message.sentMessageContain('The heist payees are: ');
await message.sentMessageContain('more...');
});
});
Expand Down

0 comments on commit 7f93b14

Please sign in to comment.