From 8f546125032a4d6e14d0cb93c593c736af23a3e4 Mon Sep 17 00:00:00 2001 From: Juan Leni Date: Wed, 3 Apr 2019 15:48:40 +0200 Subject: [PATCH] removing break --- privval/signer_client_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/privval/signer_client_test.go b/privval/signer_client_test.go index 821fcbe6a..21ecc8f54 100644 --- a/privval/signer_client_test.go +++ b/privval/signer_client_test.go @@ -37,7 +37,6 @@ func getSignerTestCases(t *testing.T) []signerTestCase { } testCases = append(testCases, tc) - break } return testCases