From 399bc6d4131e1ec6f7b39b408d813dac8d4780a2 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 18:05:21 +0000 Subject: [PATCH] spelling: exhausted --- ui/tests/integration/placement-failure-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/tests/integration/placement-failure-test.js b/ui/tests/integration/placement-failure-test.js index 193161e85..b5bf79800 100644 --- a/ui/tests/integration/placement-failure-test.js +++ b/ui/tests/integration/placement-failure-test.js @@ -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' ); });