Skip to content

Commit

Permalink
update rules
Browse files Browse the repository at this point in the history
  • Loading branch information
phantumcode committed Sep 14, 2024
1 parent 9becf9e commit 7784b3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class AWSLocationGeoPluginClientBehaviorTests: AWSLocationGeoPluginTestBase {
coordinates.longitude,
coordinates.latitude
]
request.filterCountries = options.countries?.map(\.code)
request.filterCountries = options.countries?.map { $0.code }
request.maxResults = options.maxResults ?? 0
request.indexName = (options.pluginOptions as? AWSLocationGeoPluginSearchOptions)?.searchIndex
mockLocation.verifySearchPlaceIndexForText(request)
Expand Down

0 comments on commit 7784b3d

Please sign in to comment.