Skip to content

Commit 0544046

Browse files
typo
1 parent 2916950 commit 0544046

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

jsonomit_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,16 +180,17 @@ func TestMarshal(t *testing.T) {
180180
t.Logf("All together: OK!")
181181
}
182182

183+
// Icon
183184
b, err = Marshal(icon{})
184185
if err != nil {
185186
t.Fatal(err)
186187
}
187188

188189
want = `{}`
189190
if string(b) != want {
190-
t.Fatalf("Failed 'all together' want!\n%s\n%s", want, string(b))
191+
t.Fatalf("Failed 'icon' want!\n%s\n%s", want, string(b))
191192
} else {
192-
t.Logf("All together: OK!")
193+
t.Logf("Icon: OK!")
193194
}
194195
}
195196

0 commit comments

Comments
 (0)