From 7fb261f577e601ad592deeae57df2e185cd14cbe Mon Sep 17 00:00:00 2001 From: Scott Erickson Date: Thu, 18 Sep 2014 12:22:54 -0700 Subject: [PATCH] Removed some unnecessary expectations. --- test/app/lib/surface/SpriteBoss.spec.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/app/lib/surface/SpriteBoss.spec.coffee b/test/app/lib/surface/SpriteBoss.spec.coffee index b03d0dbdc..98663b5c3 100644 --- a/test/app/lib/surface/SpriteBoss.spec.coffee +++ b/test/app/lib/surface/SpriteBoss.spec.coffee @@ -107,8 +107,6 @@ describe 'SpriteBoss', -> midRenderExpectations.push([spriteBoss.sprites['FROgre'].imageObject.children[0].paused,true,'animated spriteSheet action']) defaultLayer.once 'new-spritesheet', -> - expect(spriteBoss.sprites['Ogre 1'].imageObject.children.length).toBeGreaterThan(0) -# expect(spriteBoss.sprites['FROgre'].imageObject.children[0].currentFrame).toBeGreaterThan(0) done() # showMe() # Uncomment to display this world when you run any of these tests.