diff --git a/decor/format_test.go b/decor/format_test.go index 68a8d76..f78ba02 100644 --- a/decor/format_test.go +++ b/decor/format_test.go @@ -24,7 +24,7 @@ func TestFormatToBytes(t *testing.T) { inputs := []struct { - v int + v int64 e string }{ {v: 1000, e: "1000b"},