From cac6f3062651fbb74f893035b1a25fd09cc5d4d4 Mon Sep 17 00:00:00 2001 From: tigp <24852530+tigp@users.noreply.github.com> Date: Tue, 1 May 2018 18:48:50 +0200 Subject: [PATCH] Add name for parallel test --- sign/sign_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sign/sign_test.go b/sign/sign_test.go index 4f261a8..4a32147 100644 --- a/sign/sign_test.go +++ b/sign/sign_test.go @@ -68,7 +68,7 @@ func TestReaderCanReadPDF(t *testing.T) { continue } - t.Run("", func(st *testing.T) { + t.Run(f.Name(), func(st *testing.T) { st.Parallel() input_file, err := os.Open("../testfiles/" + f.Name())