Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
DayV-git committed Nov 26, 2024
1 parent 25bad7f commit 38d4906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/pvm/pvm.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ describe('PVM', async () => {
});
await user.giveSlayerTask(EMonster.ARAXYTE, 100);
await user.kill(EMonster.ARAXYTE, { method: 'cannon' });
expect(user.bank.amount('Cannonball')).toBeGreaterThan(100_000 - 200);
expect(user.bank.amount('Cannonball')).toBeGreaterThan(100_000 - 500);
});

it('should give a scythe boost and deduct charges', async () => {
Expand Down

0 comments on commit 38d4906

Please sign in to comment.