fix: update tests

This commit is contained in:
hyper
2026-04-16 18:33:13 +08:00
parent 8c783da857
commit 51da1e5308
3 changed files with 9 additions and 9 deletions
@@ -148,7 +148,7 @@ describe('effectDesert.csv import', () => {
});
it('should have expected number of effects', () => {
expect(effectDesertData.length).toBe(34);
expect(effectDesertData.length).toBe(35);
});
it('should have correct fields for each effect', () => {
@@ -267,7 +267,7 @@ describe('statusCardDesert.csv import', () => {
});
it('should have expected number of status cards', () => {
expect(statusCardDesertData.length).toBe(4);
expect(statusCardDesertData.length).toBe(6);
});
it('should have correct fields for each status card', () => {