spelling: exhausted

This commit is contained in:
Josh Soref
2018-03-11 18:05:21 +00:00
parent 8f4cbb2157
commit 399bc6d413

View File

@@ -99,7 +99,7 @@ test('should render correctly when a node is not evaluated', function(assert) {
assert.equal(
findAll('[data-test-placement-failure-nodes-exhausted]').length,
0,
'Nodes exhausted message NOT shown when there are no nodes exausted'
'Nodes exhausted message NOT shown when there are no nodes exhausted'
);
});