Skip to content

Commit 67541b4

Browse files
committed
fix tests
1 parent dc91295 commit 67541b4

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

packages/node-sdk/test/batch-buffer.test.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,6 @@ describe("BatchBuffer", () => {
5959
maxSize: -1,
6060
} as any),
6161
).toThrow("maxSize must be greater than 0");
62-
63-
expect(
64-
() =>
65-
new BatchBuffer({
66-
flushHandler: mockFlushHandler,
67-
intervalMs: 0,
68-
} as any),
69-
).toThrow("intervalMs must be greater than 0");
7062
});
7163

7264
it("should initialize with specified values", () => {

0 commit comments

Comments
 (0)