feat: update

This commit is contained in:
georgehao
2023-08-06 16:06:48 +08:00
parent c71f625619
commit c73835c32b

View File

@@ -95,7 +95,6 @@ func setupCoordinator(t *testing.T, proversPerSession uint8, coordinatorURL stri
Addr: coordinatorURL,
Handler: router,
}
go func() {
runErr := srv.ListenAndServe()
if runErr != nil && !errors.Is(runErr, http.ErrServerClosed) {