Update test/data/status_effect.test.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-06-14 09:10:56 -04:00 committed by GitHub
parent 232b816b3c
commit 4e12a1b35b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -294,7 +294,6 @@ describe("Status Effect Messages", () => {
expect(text).toBe("statusEffect:burn.overlap"); expect(text).toBe("statusEffect:burn.overlap");
}); });
}); });
afterEach(() => {}); afterEach(() => {});
}); });