From 2c99bcb58513dbb98db570f1feeeb330aa150837 Mon Sep 17 00:00:00 2001 From: Vincent Scavinner Date: Mon, 22 Jul 2024 18:02:37 +0200 Subject: [PATCH] fix: hbs render format in component tests --- .../components/amount-input/component-test.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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');