This commit is contained in:
Łukasz Magiera 2020-12-01 20:00:55 +01:00
parent 64e30808f8
commit bc14d0820f

View File

@ -58,6 +58,7 @@ func TestFilShort(t *testing.T) {
{fil: "0.0002212344", expect: "221.234 μFIL"},
{fil: "0.00022123444", expect: "221.234 μFIL"},
} {
s := s
t.Run(s.fil, func(t *testing.T) {
f, err := ParseFIL(s.fil)
require.NoError(t, err)