Skip to content

Commit 82b0695

Browse files
committed
Fix lint
1 parent c1c7f65 commit 82b0695

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/components/api-search-test.gjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ module('Integration | Component | api search', function (hooks) {
221221

222222
await render(
223223
<template>
224-
<ApiSearch /><button>Bar</button>
224+
<ApiSearch /><button type="button">Bar</button>
225225
</template>,
226226
);
227227
await fillIn(Selectors.input, 'foo');

0 commit comments

Comments
 (0)