Skip to content

Commit

Permalink
change truncation test
Browse files Browse the repository at this point in the history
  • Loading branch information
seve committed Mar 8, 2024
1 parent 452217d commit 1325cfc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions client/__tests__/e2e/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,7 @@ describe("metadata loads", () => {

const categories = await getAllCategoriesAndCounts(label, page);

expect(Object.keys(categories)).toMatchObject(
Object.keys(dataTruncate.categorical[label])
);

expect(Object.values(categories)).toMatchObject(
Object.values(dataTruncate.categorical[label])
);
expect(Object.keys(categories).length).toEqual(1001);
}
},
{ page }
Expand Down

0 comments on commit 1325cfc

Please sign in to comment.