Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed Feb 10, 2018
1 parent ee9dac2 commit f758272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/settled-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ module('settled real-world scenarios', function(hooks) {
} catch (e) {
assert.equal(
e.message,
`Assertion Failed: The 'settled' (formerly 'wait') testing helper only accepts an object. You passed 3000`
`Assertion Failed: The 'settled' (formerly 'wait') testing helper only accepts an object if passed arguments. You passed 3000`
);
}
});
Expand Down

0 comments on commit f758272

Please sign in to comment.