mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-09 03:54:22 +00:00
Fix test
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user