summaryrefslogtreecommitdiffstats
path: root/test/test.set.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.set.js')
-rw-r--r--test/test.set.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.set.js b/test/test.set.js
index f5b2ae3..a41259a 100644
--- a/test/test.set.js
+++ b/test/test.set.js
@@ -146,10 +146,10 @@ suite('set', function() {
fastdom.write(function(){});
// Check there are four jobs stored
- assert.equal(objectLength(fastdom.queue.hash), 4);
+ assert.equal(objectLength(fastdom.batch.hash), 4);
raf(function() {
- assert.equal(objectLength(fastdom.queue.hash), 0);
+ assert.equal(objectLength(fastdom.batch.hash), 0);
done();
});
});