Skip to content

Commit 1928b18

Browse files
committed
(#109) Removed superfluous expect
1 parent d3aae05 commit 1928b18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/util/poll-action.function.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ describe("poll-action", () => {
2020

2121
// THEN
2222
expect((end - start)).toBeGreaterThanOrEqual(maxDuration);
23-
expect(action).toBeCalledTimes((maxDuration / updateInterval));
2423
});
2524

2625
it("should timeout after maxDuration if action resolve != true", async () => {

0 commit comments

Comments
 (0)