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 402d0f6 commit 8093c39Copy full SHA for 8093c39
Tests/YNetworkTests/TestHelpers/Request/GetTriviaRequest.swift
@@ -47,7 +47,7 @@ extension TriviaResponse {
47
"question": "Which river flows through the Scottish city of Glasgow?",
48
"correct_answer": "Clyde",
49
"incorrect_answers": ["Tay", "Dee", "Tweed"]
50
- ], [
+ ] as [String: Any], [
51
"category": "General Knowledge",
52
"type": "multiple",
53
"difficulty": "medium",
0 commit comments