Skip to content

Commit b33f82d

Browse files
committed
fix test
1 parent b9cb8c2 commit b33f82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/meshes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ end
176176

177177
@test Mesh(mm) == m
178178
@test haskey(mm, :name)
179-
@test get(mm, :name) == "test"
179+
@test get(mm, :name, nothing) == "test"
180180
@test mm[:name] == "test"
181181
@test !haskey(mm, :foo)
182182
@test get!(mm, :foo, "bar") == "bar"

0 commit comments

Comments
 (0)