]> source.dussan.org Git - svg.js.git/commitdiff
small change in fx specs
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Wed, 18 Nov 2015 13:35:01 +0000 (14:35 +0100)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Sat, 12 Dec 2015 13:15:37 +0000 (14:15 +0100)
spec/spec/fx.js

index e93eb4d04a2f3d26de3390cfb97fcb6cc35204b8..d076209c70ccc15283393786b2419e7f9c4dfe5a 100644 (file)
@@ -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() {