Skip to content

Commit 8b8ef8f

Browse files
committed
Fix test
1 parent a0cd56c commit 8b8ef8f

File tree

1 file changed

+1
-1
lines changed
  • IntegrationTests/TestSuites/Sources/PrimaryTests

1 file changed

+1
-1
lines changed

IntegrationTests/TestSuites/Sources/PrimaryTests/main.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ Object_Conversion: do {
289289

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

292-
let dict1: [String: JSValueConvertible] = [
292+
let dict1: [String: JSValueEncodable] = [
293293
"prop1": 1,
294294
"prop2": "foo",
295295
]

0 commit comments

Comments
 (0)