mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Fix test
This commit is contained in:
@@ -88,5 +88,5 @@ marshal_json :: proc(t: ^testing.T) {
|
|||||||
|
|
||||||
_, err := json.marshal(my_struct)
|
_, 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")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user