Skip to content

Commit d3aae05

Browse files
committed
(#109) Removed superfluous expect
1 parent 397b36f commit d3aae05

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
@@ -42,7 +42,6 @@ describe("poll-action", () => {
4242

4343
// THEN
4444
expect((end - start)).toBeGreaterThanOrEqual(maxDuration);
45-
expect(action).toBeCalledTimes((maxDuration / updateInterval));
4645
});
4746

4847
it("should resolve after updateInterval if action resolves", async () => {

0 commit comments

Comments
 (0)