Skip to content

Commit 8093c39

Browse files
[ISSUE] remove swift 5.8 warning (#17)
1 parent 402d0f6 commit 8093c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/YNetworkTests/TestHelpers/Request/GetTriviaRequest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ extension TriviaResponse {
4747
"question": "Which river flows through the Scottish city of Glasgow?",
4848
"correct_answer": "Clyde",
4949
"incorrect_answers": ["Tay", "Dee", "Tweed"]
50-
], [
50+
] as [String: Any], [
5151
"category": "General Knowledge",
5252
"type": "multiple",
5353
"difficulty": "medium",

0 commit comments

Comments
 (0)