From b0ef62bf5c99b1643550594ff42368158439728d Mon Sep 17 00:00:00 2001 From: Ulrich-Matthias Schäfer Date: Wed, 18 Nov 2015 14:35:01 +0100 Subject: small change in fx specs --- spec/spec/fx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec/fx.js b/spec/spec/fx.js index e93eb4d..d076209 100644 --- a/spec/spec/fx.js +++ b/spec/spec/fx.js @@ -12,7 +12,7 @@ describe('FX', function() { it('creates a new queue and pushes one animation into it', function() { expect(fx._queue.length).toBe(1) - expect(fx._queue[0] instance of SVG.QueueItem).toBe(true) + expect(fx._queue[0] instance of SVG.Situation).toBe(true) }) describe('queue()', function() { -- cgit v1.2.3