Skip to content

Commit

Permalink
Remove a failing test that only fails in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
joa-quim committed Sep 2, 2023
1 parent 3fc8686 commit b7e7365
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_common_opts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@
D[1].attrib = Dict("nome" => "a", "nome2" => "b");
info(D, attribs=true);
info(D[1], att="nome"); # This case is bugged. It returns 1×2 Matrix{String}: "b" "a"
info(D)
info(rand(1));
GMT.polygonlevels(D, ["a", "b"], [1,2], att="nome");
GMT.polygonlevels(D, ["a", "b"], [1,2], att="nome", nocase=1);
Expand Down

0 comments on commit b7e7365

Please sign in to comment.