Skip to content

Commit

Permalink
test: fix auto-run assertion for Ember 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens committed Mar 15, 2019
1 parent 8940a06 commit 5fc09cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/modifiers/on-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module('Integration | Modifier | on', function(hooks) {
await click('button');
await click('button');

set(this, 'c', 7);
run(() => set(this, 'c', 7));
await settled();

await click('button');
Expand Down

0 comments on commit 5fc09cc

Please sign in to comment.