blob: be30c829ad1642a0756b7f6a0ceac2ebd26fb819 [file] [log] [blame]
package jose
import "testing"
func Error(t *testing.T, want, got interface{}) {
t.Errorf("Wanted: %q\n\t Got: %q", want, got)
}