Skip to content
Snippets Groups Projects
Commit ee82e70b authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Fix tests

parent 44671488
No related branches found
No related tags found
2 merge requests!13Update Bindings,!8Clean up latest merge
This commit is part of merge request !13. Comments created here will be created in the context of that merge request.
...@@ -6,9 +6,7 @@ final class MessageSendReportTests: XCTestCase { ...@@ -6,9 +6,7 @@ final class MessageSendReportTests: XCTestCase {
func testCoding() throws { func testCoding() throws {
let jsonString = """ let jsonString = """
{ {
"RoundList": { "Rounds": [1,5,9],
"Rounds": [1,5,9]
},
"MessageID": "51Yy47uZbP0o2Y9B/kkreDLTB6opUol3M3mYiY2dcdQ=", "MessageID": "51Yy47uZbP0o2Y9B/kkreDLTB6opUol3M3mYiY2dcdQ=",
"Timestamp": 1653582683183384000 "Timestamp": 1653582683183384000
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment