Skip to content

Commit

Permalink
test: fix typo in isKeyword tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rokbar-nosto committed Apr 25, 2024
1 parent d9f3f51 commit aca61f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/suites/autocomplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ export function autocompleteSuite({
assignMock.mockClear()
})

it("should call search when keyqord is submitted with keyboard, with isKeyword=true", async () => {
it("should call search when keyword is submitted with keyboard, with isKeyword=true", async () => {
const user = userEvent.setup()

await waitFor(() => handleAutocomplete(render()))
Expand Down

0 comments on commit aca61f6

Please sign in to comment.