diff --git a/packages/form/tests/integration/components/cf-field/input/radio-test.js b/packages/form/tests/integration/components/cf-field/input/radio-test.js index a10c7f5a3e..e29398a91f 100644 --- a/packages/form/tests/integration/components/cf-field/input/radio-test.js +++ b/packages/form/tests/integration/components/cf-field/input/radio-test.js @@ -106,10 +106,9 @@ module("Integration | Component | cf-field/input/radio", function (hooks) { }); this.set("save", (value) => assert.strictEqual(value, "option-1")); - await render(hbs``); + await render( + hbs``, + ); await click("label:nth-of-type(1) input"); assert.equal(true, true);