mirror of
https://github.com/caoer/CodableFirebase.git
synced 2026-04-19 07:16:44 +08:00
Fix name in the round trip
This commit is contained in:
@@ -389,7 +389,7 @@ class TestCodableFirebase: XCTestCase {
|
||||
}
|
||||
|
||||
if let expectedJSON = json.flatMap({ $0 as? NSObject }), let payload = payload as? NSObject {
|
||||
XCTAssertEqual(expectedJSON, payload, "Produced JSON not identical to expected JSON.")
|
||||
XCTAssertEqual(expectedJSON, payload, "Produced value not identical to expected value.")
|
||||
}
|
||||
|
||||
do {
|
||||
|
||||
Reference in New Issue
Block a user