Skip to content

Commit

Permalink
applied spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
DanteNiewenhuis committed Nov 19, 2024
1 parent b8b9804 commit ee45361
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,11 @@ class ScenarioIntegrationTest {
val workload = createTestWorkload("single_task", 1.0, seed)
val topology = createTopology("single.json")
val monitor = monitor
val failureModelSpec = TraceBasedFailureModelSpec(
"src/test/resources/failureTraces/single_failure.parquet", repeat=false)
val failureModelSpec =
TraceBasedFailureModelSpec(
"src/test/resources/failureTraces/single_failure.parquet",
repeat = false,
)

Provisioner(dispatcher, seed).use { provisioner ->
provisioner.runSteps(
Expand Down

0 comments on commit ee45361

Please sign in to comment.