]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/field_test.go
Delete cmd/mobius-hotline-server/mobius/config/Files/hello.txt
[rbdr/mobius] / hotline / field_test.go
index fc11c74472790de5497195e0eab47fbf0cafcfc5..213d9c3f5bc849298f62b2a4150846e4d91f57e8 100644 (file)
@@ -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()")