Skip to content

Commit 4376783

Browse files
committed
Fix warning.
1 parent 0668d49 commit 4376783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/PodcastAPITests/PodcastAPITests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157

158158
func testFetchTrendingSearches() {
159159
let client = PodcastAPI.Client(apiKey: "", synchronousRequest: true)
160-
var parameters: [String: String] = [:]
160+
let parameters: [String: String] = [:]
161161
client.fetchTrendingSearches(parameters: parameters) { response in
162162
// No error
163163
if let _ = response.error {

0 commit comments

Comments
 (0)