This commit is contained in:
gingerBill
2022-03-24 12:15:03 +00:00
parent 1baeb9406f
commit 7203560b06

View File

@@ -88,5 +88,5 @@ marshal_json :: proc(t: ^testing.T) {
_, err := json.marshal(my_struct)
expect(t, err == .None, "expected json error to be none")
expect(t, err == nil, "expected json error to be none")
}