Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBaeumer committed Nov 19, 2021
1 parent c4b2ea1 commit cb90450
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 cb90450

Please sign in to comment.