Fix copy/paste error

Co-authored-by: schmidtc1 <62030095+schmidtc1@users.noreply.github.com>
This commit is contained in:
NightKev 2024-08-21 18:05:14 -07:00 committed by GitHub
parent 559df3e3fb
commit 395b6aa293
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vite
const TIMEOUT = 20 * 1000;
describe("Moves - Burning Jealousy", () => {
describe("Moves - Lash Out", () => {
let phaserGame: Phaser.Game;
let game: GameManager;