removing break

This commit is contained in:
Juan Leni
2019-04-03 15:48:40 +02:00
parent ba9b09974a
commit 8f54612503
-1
View File
@@ -37,7 +37,6 @@ func getSignerTestCases(t *testing.T) []signerTestCase {
}
testCases = append(testCases, tc)
break
}
return testCases