Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
flashdesignory committed Oct 10, 2024
1 parent e1e5cb1 commit 4b1ca41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/benchmark-runner-tests.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ describe("BenchmarkRunner", () => {

it("should remove the previous frame and then the current frame", () => {
assert.calledTwice(_loadFrameStub);
assert.calledOnce(_appendFrameStub);
assert.calledTwice(_removeFrameStub);
assert.calledTwice(_appendFrameStub);
assert.calledThrice(_removeFrameStub);
});

it("should fire the function responsible for finalizing results", () => {
Expand Down

0 comments on commit 4b1ca41

Please sign in to comment.