Skip to content

Commit

Permalink
Remove redundant assetions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed May 5, 2014
1 parent 9e0517d commit 769cb30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Specs/Scene/SceneSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,6 @@ defineSuite([

s.render();

expect(spyListener.wasCalled).toBe(true);
expect(spyListener).toHaveBeenCalledWith(s, error);

destroyScene(s);
Expand All @@ -555,7 +554,6 @@ defineSuite([
s.render();
}).toThrow();

expect(spyListener.wasCalled).toBe(true);
expect(spyListener).toHaveBeenCalledWith(s, error);

destroyScene(s);
Expand Down

0 comments on commit 769cb30

Please sign in to comment.