Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazar955 committed Nov 8, 2024
1 parent 2416ea4 commit 90509ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harness/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ func (tm *TestManager) Stop() {
err := tm.BabylonClientNode0.Stop()
fmt.Printf("🚫 Rrr stopping client %v\n", err)

err = tm.BabylonClientNode0.Stop()
err = tm.BabylonClientNode1.Stop()
fmt.Printf("🚫 Rrr stopping client %v\n", err)
}

Expand Down

0 comments on commit 90509ac

Please sign in to comment.