Skip to content

Commit e92751c

Browse files
committed
Update specs for VBA-JSON v2.1.0
1 parent 7394c2b commit e92751c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/Specs_WebHelpers.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Public Function Specs() As SpecSuite
107107
Obj.Add "g", Null
108108

109109
JsonString = WebHelpers.ConvertToJson(Obj)
110-
.Expect(JsonString).ToEqual "{""a"":1,""b"":3.14,""c"":""Howdy!"",""d"":true,""e"":[1,2],""f"":null,""g"":null}"
110+
.Expect(JsonString).ToEqual "{""a"":1,""b"":3.14,""c"":""Howdy!"",""d"":true,""e"":[1,2],""g"":null}"
111111

112112
Set Obj = New Dictionary
113113
Obj.Add "a", "Howdy!"

0 commit comments

Comments
 (0)