fix: update tests
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user