You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: Tests/UnboxTests/UnboxTests.swift
+1-1
Original file line number
Diff line number
Diff line change
@@ -1635,7 +1635,7 @@ class UnboxTests: XCTestCase {
1635
1635
_ =tryunbox(dictionary: dictionary)asModel
1636
1636
XCTFail("Should have thrown")
1637
1637
}catch{
1638
-
XCTAssertEqual("\(error)","[UnboxError] An error occurred while unboxing path \"array\": Invalid array element ([:]) at index 0.")
1638
+
XCTAssertEqual("\(error)","[UnboxError] An error occurred while unboxing path \"array\": Invalid array element ([:]) at index 0, JSON type Dictionary<AnyHashable, Any> cannot be unboxed as String")
0 commit comments