diff options
Diffstat (limited to 'test/test.clear.js')
-rw-r--r-- | test/test.clear.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.clear.js b/test/test.clear.js index bea8031..f0f60b1 100644 --- a/test/test.clear.js +++ b/test/test.clear.js @@ -87,7 +87,7 @@ suite('clear', function(){ raf(function() { raf(function() { assert(!write.called); - assert(!fastdom.queue.hash[id]); + assert(!fastdom.batch.hash[id]); done(); }); }); |