diff --git a/tests/integration/pvm/pvm.test.ts b/tests/integration/pvm/pvm.test.ts index 989bb2e2f6b..463c09d91b6 100644 --- a/tests/integration/pvm/pvm.test.ts +++ b/tests/integration/pvm/pvm.test.ts @@ -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 () => {