From bc14d0820fb6ade14b762b67b0c5ab64ba196d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Tue, 1 Dec 2020 20:00:55 +0100 Subject: [PATCH] fix lint --- chain/types/fil_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/chain/types/fil_test.go b/chain/types/fil_test.go index 53f3b4ac1..6cbc44c5f 100644 --- a/chain/types/fil_test.go +++ b/chain/types/fil_test.go @@ -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)