Commit 601e0b70 authored by santiaago's avatar santiaago
Browse files

remove unnecessary test

parent 5345bcb7
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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)
	}
}