Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace OfflineIndexObserver with AbstractSearchEngine.offlineEngineReady flag #209

Closed
Next Next commit
Stop inheriting from mock server test case for offline tests
  • Loading branch information
aokj4ck committed Apr 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 31d22bb76c770a01638e081ca9300dbf2741590c
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ import MapboxCommon
import XCTest

/// Note: ``OfflineIntegrationTests`` does not use Mocked data.
class OfflineIntegrationTests: MockServerIntegrationTestCase<SBSMockResponse> {
class OfflineIntegrationTests: XCTestCase {
let delegate = SearchEngineDelegateStub()
let searchEngine = SearchEngine()