Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
remove the check for numDeleted in integ. tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dasfmi authored and Islam Shehata committed Sep 19, 2022
1 parent de5e217 commit f4749d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/datasets.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ baz`,
it('returns a valid response', async () => {
const result = await client.trim(datasetName, '1s');

expect(result.numDeleted).to.equal(0);
expect(result).to.not.equal(null);
});
});
});

0 comments on commit f4749d8

Please sign in to comment.