Skip to content

Commit

Permalink
swiftformat
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Aug 14, 2024
1 parent 282232f commit 2b5bc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/GeocodingAPIIntegrationTestCase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ final class GeocodingAPIIntegrationTestCase: IntegrationXCTestCase {
func testBulk() async throws {
let res = try await GeocodingAPI.searchBulk(bulkRequest: [
.typeSearchBulkQuery(SearchBulkQuery(endpoint: .slashV1SlashSearch, query: SearchQuery(text: address))),
.typeSearchStructuredBulkQuery(SearchStructuredBulkQuery(endpoint: .slashV1SlashSearchSlashStructured, query: SearchStructuredQuery(address: address, country: "EE", layers: [.address, .coarse])))
.typeSearchStructuredBulkQuery(SearchStructuredBulkQuery(endpoint: .slashV1SlashSearchSlashStructured, query: SearchStructuredQuery(address: address, country: "EE", layers: [.address, .coarse]))),
])

XCTAssertEqual(res.count, 2)
Expand Down

0 comments on commit 2b5bc6c

Please sign in to comment.