Skip to content

Commit

Permalink
Change PlaceAutocomplete back to SBS until we can build search-box te…
Browse files Browse the repository at this point in the history
…sts - SSDK-541

- Test mocking needs to support different API engine types to make this easier
  • Loading branch information
aokj4ck committed Feb 7, 2024
1 parent 77cca06 commit b485654
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public final class PlaceAutocomplete {
private let userActivityReporter: CoreUserActivityReporterProtocol

private static var apiType: CoreSearchEngine.ApiType {
return .searchBox
return .SBS
}

/// Basic internal initializer
Expand Down

0 comments on commit b485654

Please sign in to comment.