Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
j-f1 committed Aug 3, 2020
1 parent a0cd56c commit 8b8ef8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ Object_Conversion: do {

try expectEqual(jsArray2[4], .object(jsArray1))

let dict1: [String: JSValueConvertible] = [
let dict1: [String: JSValueEncodable] = [
"prop1": 1,
"prop2": "foo",
]
Expand Down

0 comments on commit 8b8ef8f

Please sign in to comment.