Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Fix observer count
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelw committed Dec 26, 2013
1 parent d7c089e commit 6dbb768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ suite('PolymerExpressions', function() {
document.body.removeChild(testDiv);
unbindAll(testDiv);
Platform.performMicrotaskCheckpoint();
assert.strictEqual(4, Observer._allObserversCount);
assert.strictEqual(2, Observer._allObserversCount);
});

function dispatchEvent(type, target) {
Expand Down

0 comments on commit 6dbb768

Please sign in to comment.