index new testcase

This commit is contained in:
Alfonso de la Rocha
2022-09-19 09:12:13 +02:00
parent 749d13359f
commit 8f48631fc4
+1
View File
@@ -15,6 +15,7 @@ var cases = map[string]interface{}{
"drand-halting": testkit.WrapTestEnvironment(dealsE2E),
"drand-outage": testkit.WrapTestEnvironment(dealsE2E),
"paych-stress": testkit.WrapTestEnvironment(paych.Stress),
"epoch-boundary": testkit.WrapTestEnvironment(epochBoundary),
}
func main() {