diff --git a/test-app/tests/integration/components/amount-input/component-test.ts b/test-app/tests/integration/components/amount-input/component-test.ts index 9a8485d1..72a27457 100644 --- a/test-app/tests/integration/components/amount-input/component-test.ts +++ b/test-app/tests/integration/components/amount-input/component-test.ts @@ -210,11 +210,11 @@ module('Integration | Component | amount-input', function (hooks) { module('and the value is not a valid amount', function () { test('calls update with an empty string value', async function (assert) { await render(hbs` - - `); + + `); await simulateUserPasteValue('input', 'foo');