Skip to content

Commit

Permalink
Update unit.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Feb 9, 2025
1 parent df626ee commit 540e0a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ end
# This test is not relevant for Julia 1.6+
else
params = Dict(:env => ["foo" => "bar"])
SlurmClusterManager.warn_if_unexpected_params(params)
@test_logs(
(:warn, "The user provided the `env` kwarg, but SlurmClusterManager.jl's support for the `env` kwarg requires Julia 1.6 or later"),
SlurmClusterManager.warn_if_unexpected_params(params),
Expand Down

0 comments on commit 540e0a1

Please sign in to comment.