Skip to content

Commit 540e0a1

Browse files
authored
Update unit.jl
1 parent df626ee commit 540e0a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit.jl

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ end
3030
# This test is not relevant for Julia 1.6+
3131
else
3232
params = Dict(:env => ["foo" => "bar"])
33+
SlurmClusterManager.warn_if_unexpected_params(params)
3334
@test_logs(
3435
(:warn, "The user provided the `env` kwarg, but SlurmClusterManager.jl's support for the `env` kwarg requires Julia 1.6 or later"),
3536
SlurmClusterManager.warn_if_unexpected_params(params),

0 commit comments

Comments
 (0)