Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
Signed-off-by: Lazar Cvetković <[email protected]>
  • Loading branch information
cvetkovic committed Nov 15, 2024
1 parent 9ac9aa1 commit cdb68d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/driver/trace_driver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ func TestDriverCompletely(t *testing.T) {
driver.Configuration.TraceGranularity = common.SecondGranularity
}

driver.RunExperiment(false, false)
driver.RunExperiment(true, false, false)

f, err := os.Open(driver.outputFilename("duration"))
if err != nil {
Expand Down

0 comments on commit cdb68d7

Please sign in to comment.