X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/fd740bc499ebc6d3a381479316f74cdc736d02de..0ee4d86eeffe9c72dffd9e92cb33b27c8950940f:/hotline/field_test.go?ds=inline diff --git a/hotline/field_test.go b/hotline/field_test.go index fc11c74..213d9c3 100644 --- a/hotline/field_test.go +++ b/hotline/field_test.go @@ -222,7 +222,7 @@ func TestField_DecodeInt(t *testing.T) { Data: tt.fields.Data, } got, err := f.DecodeInt() - if !tt.wantErr(t, err, fmt.Sprintf("DecodeInt()")) { + if !tt.wantErr(t, err) { return } assert.Equalf(t, tt.want, got, "DecodeInt()")