Skip to content

Commit de92f8d

Browse files
Actually fix
1 parent 45751d9 commit de92f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Alchemy/HTTP/Response/ResponseTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ private struct Fixtures {
7171
"""
7272

7373
static let altJsonString = """
74-
{"foo":"foo","bar":"bar"}
74+
{"bar":"bar","foo":"foo"}
7575
"""
7676

7777
static let urlString = "foo=foo&bar=bar"

0 commit comments

Comments
 (0)