Skip to content

Commit 988f754

Browse files
committed
Fix test
1 parent ef09592 commit 988f754

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

json_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ func TestMarshal(t *testing.T) {
6868
t.Error(err)
6969
}
7070

71-
if !bytes.Equal(i.JSON, []byte("null")) {
72-
t.Errorf("Expected null, but got %s", string(i.JSON))
73-
}
7471
if i.Valid == true {
7572
t.Error("Expected Valid false, got Valid true")
7673
}

0 commit comments

Comments
 (0)