DEV: Fix a test hbs typo (#493)

This commit is contained in:
Jarek Radosz 2023-12-06 13:19:32 +01:00 committed by GitHub
parent 54d0776ef0
commit d072e05344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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