Commit 61610392 authored by santiaago's avatar santiaago
Browse files

test format pkg

parent 5bc85423
Loading
Loading
Loading
Loading

format/format_test.go

0 → 100644
+12 −0
Original line number Diff line number Diff line
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)
	}
}