We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0668d49 commit 4376783Copy full SHA for 4376783
Tests/PodcastAPITests/PodcastAPITests.swift
@@ -157,7 +157,7 @@
157
158
func testFetchTrendingSearches() {
159
let client = PodcastAPI.Client(apiKey: "", synchronousRequest: true)
160
- var parameters: [String: String] = [:]
+ let parameters: [String: String] = [:]
161
client.fetchTrendingSearches(parameters: parameters) { response in
162
// No error
163
if let _ = response.error {
0 commit comments