aboutsummaryrefslogtreecommitdiff
path: root/hotline/field_test.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2024-07-19 16:50:28 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2024-07-19 16:50:28 -0700
commit9f89cd9fbbcec9f7f42c87ee0adc21427aab9f1c (patch)
tree35d0a6a1c7c3f875858dca98095adecade289975 /hotline/field_test.go
parent50c837fe10df05b9cc08decb1add122fb935e8fa (diff)
Appease linter
Diffstat (limited to 'hotline/field_test.go')
-rw-r--r--hotline/field_test.go2
1 files changed, 1 insertions, 1 deletions
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()")