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

Commit

Permalink
Merge pull request #25 from che-effe/patch-1
Browse files Browse the repository at this point in the history
replace asyncPlatformFlush with flush
  • Loading branch information
nevir committed Nov 13, 2014
2 parents 2a27c0c + 48800da commit f9c73fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
// selecting the same value shouldn't fire core-select
selectEventCounter = 0;
s2.selected = 'item5';
asyncPlatformFlush(function() {
flush(function() {
assert.equal(selectEventCounter, 0);
done();
});
Expand Down

0 comments on commit f9c73fd

Please sign in to comment.