Skip to content

Commit

Permalink
Uncomment default values
Browse files Browse the repository at this point in the history
  • Loading branch information
3750 committed Nov 14, 2023
1 parent 76b7adb commit d565c63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions part1.0-introduction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ import org.spockframework.runtime.model.parallel.ExecutionMode
runner {
parallel {
enabled true
// ExecutionMode.CONCURRENT is a default value
// of defaultSpecificationExecutionMode and defaultExecutionMode
// defaultSpecificationExecutionMode ExecutionMode.CONCURRENT
// defaultExecutionMode ExecutionMode.CONCURRENT
// ExecutionMode.CONCURRENT is a default value
// of defaultSpecificationExecutionMode and defaultExecutionMode
defaultSpecificationExecutionMode ExecutionMode.CONCURRENT
defaultExecutionMode ExecutionMode.CONCURRENT
}
}
```
Expand Down

0 comments on commit d565c63

Please sign in to comment.