Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Arodab committed Oct 10, 2024
1 parent 62fe528 commit e4b3328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/commands/fish.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('Fish Command', async () => {

it('should handle insufficient fishing level', async () => {
const user = await createTestUser();
const res = await user.runCommand(fishCommand, { name: 'trout', quantity: 1 });
const res = await user.runCommand(fishCommand, { name: 'trout/salmon', quantity: 1 });
expect(res).toEqual('<:minion:778418736180494347> Your minion needs 20 Fishing to fish Trout.');
});

Expand Down

0 comments on commit e4b3328

Please sign in to comment.