Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ffreyer committed Sep 26, 2024
1 parent b9cb8c2 commit b33f82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/meshes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ end

@test Mesh(mm) == m
@test haskey(mm, :name)
@test get(mm, :name) == "test"
@test get(mm, :name, nothing) == "test"
@test mm[:name] == "test"
@test !haskey(mm, :foo)
@test get!(mm, :foo, "bar") == "bar"
Expand Down

0 comments on commit b33f82d

Please sign in to comment.