Skip to content

Commit

Permalink
Tell me that it's green now
Browse files Browse the repository at this point in the history
  • Loading branch information
aHenryJard committed Nov 19, 2024
1 parent b362079 commit 2a7b856
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ describe('Verify csv ingestion', () => {
// 1 city +1 label => 2 objects
// 1 city (duplicate) +1 label => 2 objects
// 1 city +1 label => 2 objects
expect(objectsInBundleCount).toBe(6); // FIXME why 6 and not 8 ?
expect(objectsInBundleCount).toBe(8);
});

it('should same csv file ingestion be skipped', async () => {
Expand Down

0 comments on commit 2a7b856

Please sign in to comment.