Remove spaces

This commit is contained in:
NightKev 2025-06-09 18:27:16 -07:00 committed by GitHub
parent a6ebc228a0
commit a8e5981ece
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,6 @@ describe("{{description}}", () => {
it("should do XYZ", async () => { it("should do XYZ", async () => {
await game.classicMode.startBattle([SpeciesId.FEEBAS]); await game.classicMode.startBattle([SpeciesId.FEEBAS]);
game.move.use(MoveId.SPLASH); game.move.use(MoveId.SPLASH);
await game.toEndOfTurn(); await game.toEndOfTurn();