Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
straker committed Jun 21, 2024
1 parent a973131 commit d24f6d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/unit/gameObject.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -400,9 +400,7 @@ describe(

gameObject.render();

expect(
gameObject.context.translate.firstCall.calledWith(0, 0)
).to.be.true;
expect(gameObject.context.translate.called).to.be.false;
});
}

Expand Down

0 comments on commit d24f6d2

Please sign in to comment.