Skip to content

Commit

Permalink
Increase test coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Apr 13, 2024
1 parent 89ecf66 commit 005db33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/plans/test_parameters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ using Manifolds, Manopt, Test, ManifoldsBase
@test_logs (:info, "Resetting the `Manopt.jl` parameter :TestValue to default.") Manopt.set_manopt_parameter!(
:TestValue, ""
) # reset
@test Manopt.get_manopt_parameter(:TestValue, :Dummy) == "Å" # Dispach ignores second symbol
@test Manopt.get_manopt_parameter(:TestValue) === nothing
end

0 comments on commit 005db33

Please sign in to comment.