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

Commit f4749d8

Browse files
dasfmiIslam Shehata
authored and
Islam Shehata
committed
remove the check for numDeleted in integ. tests
1 parent de5e217 commit f4749d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/datasets.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ baz`,
148148
it('returns a valid response', async () => {
149149
const result = await client.trim(datasetName, '1s');
150150

151-
expect(result.numDeleted).to.equal(0);
151+
expect(result).to.not.equal(null);
152152
});
153153
});
154154
});

0 commit comments

Comments
 (0)