Skip to content

Commit

Permalink
callCount should be 2 on this cenario. #107
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Apr 28, 2021
1 parent a09b0ca commit 448870a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ArraySchemaTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@ describe("ArraySchema Tests", () => {
decodedState.decode(state.encodeAll());
decodedState.decode(state.encode());

sinon.assert.callCount(onAddSpy, 1);
sinon.assert.callCount(onAddSpy, 2);
});
})

Expand Down

0 comments on commit 448870a

Please sign in to comment.