Skip to content
Snippets Groups Projects

Update Bindings

Merged Dariusz Rybicki requested to merge integration into main
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
@@ -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
}
}
Loading