Skip to content

Commit

Permalink
update test with new data
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Oct 27, 2024
1 parent 7825502 commit 67690e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/test/integration/import/import.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe('Import Tests', () => {
.getRepository(BaseData)
.find();

expect(baseData).toHaveLength(200);
expect(baseData).toHaveLength(222);
}, 30000);
});
});

0 comments on commit 67690e3

Please sign in to comment.