Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBaeumer authored and dylanhitt committed Jul 3, 2022
1 parent b4083ad commit c29fb73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/runtime/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ func (r *Runner) Run(tests []TestCase) <-chan TestResult {
var wg sync.WaitGroup
wg.Add(1)


go func(tests chan TestCase) {
defer wg.Done()

Expand All @@ -54,7 +53,6 @@ func (r *Runner) Run(tests []TestCase) <-chan TestResult {

result.Node = node
result.Tries = i
fmt.Println(result)

if result.ValidationResult.Success {
break
Expand Down

0 comments on commit c29fb73

Please sign in to comment.