DEV: Fix a test hbs typo (#493)
This commit is contained in:
parent
54d0776ef0
commit
d072e05344
|
|
@ -12,7 +12,7 @@ module("Integration | Component | region-input", function (hooks) {
|
|||
{ name: "English", value: "en" },
|
||||
]);
|
||||
|
||||
await render(hbs`<RegionInput @allowNoneRegion={{true}} />>`);
|
||||
await render(hbs`<RegionInput @allowNoneRegion={{true}} />`);
|
||||
await selectKit().expand();
|
||||
|
||||
assert
|
||||
|
|
|
|||
Loading…
Reference in New Issue