Skip to content

Commit

Permalink
fix: unit-controller-validator test
Browse files Browse the repository at this point in the history
  • Loading branch information
wahapo committed Aug 6, 2020
1 parent eeb053c commit 9b456d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/unit/validator/controller-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ module('Unit | Controller | validator', function(hooks) {
assert.deepEqual(controller.get('results'), expectedResult);
controller.set('yaml', '');

assert.equal(controller.get('results'), '');
settled().then(() => {
assert.equal(controller.get('results'), '');
});
});
});
});
Expand Down

0 comments on commit 9b456d0

Please sign in to comment.