fix lint
This commit is contained in:
parent
64e30808f8
commit
bc14d0820f
@ -58,6 +58,7 @@ func TestFilShort(t *testing.T) {
|
|||||||
{fil: "0.0002212344", expect: "221.234 μFIL"},
|
{fil: "0.0002212344", expect: "221.234 μFIL"},
|
||||||
{fil: "0.00022123444", expect: "221.234 μFIL"},
|
{fil: "0.00022123444", expect: "221.234 μFIL"},
|
||||||
} {
|
} {
|
||||||
|
s := s
|
||||||
t.Run(s.fil, func(t *testing.T) {
|
t.Run(s.fil, func(t *testing.T) {
|
||||||
f, err := ParseFIL(s.fil)
|
f, err := ParseFIL(s.fil)
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
|
Loading…
Reference in New Issue
Block a user