Skip to content

Commit

Permalink
Fix test lint issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Jan 21, 2017
1 parent 83e14c4 commit 26c669c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/dom-if.html
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@
test('enable dom-change on instance', function() {
unconfigured1.$['if-1'].setAttribute('notify-dom-change', '');
unconfigured1.domUpdateHandlerCount = 0;
unconfigured.shouldStamp = false;
unconfigured1.shouldStamp = false;
setTimeout(function() {
assert.equal(unconfigured1.domUpdateHandlerCount, 1);
});
Expand Down

0 comments on commit 26c669c

Please sign in to comment.