Skip to content

Commit

Permalink
Update offline test query for Spanish language test
Browse files Browse the repository at this point in the history
  • Loading branch information
aokj4ck committed Apr 22, 2024
1 parent bab2115 commit 0530095
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class OfflineIntegrationTests: XCTestCase {
)

let offlineUpdateExpectation = delegate.offlineUpdateExpectation
searchEngine.search(query: "café")
searchEngine.search(query: "cafe")
wait(for: [offlineUpdateExpectation], timeout: 10)

XCTAssertNil(delegate.error)
Expand Down

0 comments on commit 0530095

Please sign in to comment.