From cf8c513422de9a808da646e274ddefa0065310b9 Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 30 Sep 2018 09:42:47 -0400 Subject: [PATCH] Fix testEnumProperties --- Tests/WrapTests/WrapTests.swift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Tests/WrapTests/WrapTests.swift b/Tests/WrapTests/WrapTests.swift index 1da92a3..bbc086a 100644 --- a/Tests/WrapTests/WrapTests.swift +++ b/Tests/WrapTests/WrapTests.swift @@ -173,7 +173,9 @@ class WrapTests: XCTestCase { "second" : "Hello" ], "third" : [ - "third" : 15 + "third" : [ + "intValue" : 15 + ] ], "firstInt" : 0, "secondInt" : 17,