Skip to content

Commit

Permalink
Update test output text
Browse files Browse the repository at this point in the history
  • Loading branch information
skygering committed Jan 3, 2024
1 parent 13125da commit 3fd9637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/methods/geom_relations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function test_geom_relation(GO_f, LG_f, f_name; swap_points = false)
go_val = GO_f(g1, g2)
lg_val = LG_f(g1, g2)
@test go_val == lg_val
go_val != lg_val && println("\n↑ TEST INFO: - $sg1 $f_name $sg2: $sdesc \n\n")
go_val != lg_val && println("\n↑ TEST INFO: $sg1 $f_name $sg2 - $sdesc \n\n")
end
end

Expand Down

0 comments on commit 3fd9637

Please sign in to comment.