Skip to content

Commit

Permalink
chore!: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboubacar committed Nov 22, 2023
1 parent d38495a commit 24c485a
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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`<CfField::Input::Radio
@onSave={{this.save}}
@field={{this.field}}
/>`);
await render(
hbs`<CfField::Input::Radio @onSave={{this.save}} @field={{this.field}} />`,
);

await click("label:nth-of-type(1) input");
assert.equal(true, true);
Expand Down

0 comments on commit 24c485a

Please sign in to comment.