@@ -374,7 +374,7 @@ func testValidProof(t *testing.T) {
374374func testInvalidProof (t * testing.T ) {
375375 // Setup coordinator and ws server.
376376 coordinatorURL := randomURL ()
377- collector , httpHandler := setupCoordinator (t , 3 , coordinatorURL , []string {"darwinV2 " })
377+ collector , httpHandler := setupCoordinator (t , 3 , coordinatorURL , []string {"euclidV2 " })
378378 defer func () {
379379 collector .Stop ()
380380 assert .NoError (t , httpHandler .Shutdown (context .Background ()))
@@ -462,7 +462,7 @@ func testInvalidProof(t *testing.T) {
462462func testProofGeneratedFailed (t * testing.T ) {
463463 // Setup coordinator and ws server.
464464 coordinatorURL := randomURL ()
465- collector , httpHandler := setupCoordinator (t , 3 , coordinatorURL , []string {"darwinV2 " })
465+ collector , httpHandler := setupCoordinator (t , 3 , coordinatorURL , []string {"euclidV2 " })
466466 defer func () {
467467 collector .Stop ()
468468 assert .NoError (t , httpHandler .Shutdown (context .Background ()))
@@ -563,7 +563,7 @@ func testProofGeneratedFailed(t *testing.T) {
563563func testTimeoutProof (t * testing.T ) {
564564 // Setup coordinator and ws server.
565565 coordinatorURL := randomURL ()
566- collector , httpHandler := setupCoordinator (t , 1 , coordinatorURL , []string {"darwinV2 " })
566+ collector , httpHandler := setupCoordinator (t , 1 , coordinatorURL , []string {"euclidV2 " })
567567 defer func () {
568568 collector .Stop ()
569569 assert .NoError (t , httpHandler .Shutdown (context .Background ()))
0 commit comments