Update assist.test.ts

This commit is contained in:
Bertie690 2025-07-06 13:14:54 +02:00 committed by GitHub
parent c934215426
commit 10e42905f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,8 +74,7 @@ describe("Moves - Assist", () => {
expect(feebas.getLastXMoves(-1)).toHaveLength(2); expect(feebas.getLastXMoves(-1)).toHaveLength(2);
expect(feebas.getLastXMoves()[0]).toMatchObject({ expect(feebas.getLastXMoves()[0]).toMatchObject({
move: MoveId.HYPER_BEAM, move: MoveId.HYPER_BEAM,
target: [BattlerIndex.ENEMY], useMode: MoveUseMode.INDIRECT,
virtual: true,
result: MoveResult.SUCCESS, result: MoveResult.SUCCESS,
}); });
}); });