Skip to content

Commit

Permalink
small fix (#2222)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah authored Jul 26, 2024
1 parent 5133029 commit 96d844b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func TestMain(m *testing.M) {
setup.SetUpTestDirForTestBucketFlag()

flagsSet := [][]string{
{"--kernel-list-cache-ttl-secs=-1", "--kernel-list-cache-ttl-secs=0"},
{"--kernel-list-cache-ttl-secs=-1"}, {"--kernel-list-cache-ttl-secs=0"},
}
successCode := static_mounting.RunTests(flagsSet, m)

Expand Down

0 comments on commit 96d844b

Please sign in to comment.