Skip to content
Snippets Groups Projects
Commit ece1b708 authored by Jake Taylor's avatar Jake Taylor
Browse files

more cleanup

parent 421cee2d
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ func main() { ...@@ -100,7 +100,7 @@ func main() {
// Set networkFollowerTimeout to a value of your choice (seconds) // Set networkFollowerTimeout to a value of your choice (seconds)
networkFollowerTimeout := 5 * time.Second networkFollowerTimeout := 5 * time.Second
err = baseClient.StartNetworkFollower(networkFollowerTimeout) err = e2eClient.StartNetworkFollower(networkFollowerTimeout)
if err != nil { if err != nil {
jww.FATAL.Panicf("Failed to start network follower: %+v", err) jww.FATAL.Panicf("Failed to start network follower: %+v", err)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment