Loading format/format_test.go +0 −6 Original line number Diff line number Diff line Loading @@ -3,10 +3,4 @@ package format import "testing" func TestFormat(t *testing.T) { if JPEG != 0 { t.Errorf("Expected 0 got,", JPEG) } if SVG != 1 { t.Errorf("Expected 1 got,", SVG) } } Loading
format/format_test.go +0 −6 Original line number Diff line number Diff line Loading @@ -3,10 +3,4 @@ package format import "testing" func TestFormat(t *testing.T) { if JPEG != 0 { t.Errorf("Expected 0 got,", JPEG) } if SVG != 1 { t.Errorf("Expected 1 got,", SVG) } }