]> granicus.if.org Git - graphviz/commitdiff
tests: test_max_edge_stem_arrow_overlap_simple: correct test description
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Wed, 5 Oct 2022 11:47:13 +0000 (13:47 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 11 Oct 2022 19:45:27 +0000 (21:45 +0200)
tests/test_max_edge_stem_arrow_overlap_simple.cpp

index a31e15cb8dc1e1201b6504872850ffa74305a65a..d080e63836d26c8195032e1a1f309b2385cc50eb 100644 (file)
@@ -6,7 +6,7 @@
 #include "test_utilities.h"
 
 TEST_CASE("Maximum edge stem and arrow overlap",
-          "An edge stem shall touch overlap it's arrow heads too much") {
+          "Test that an edge stem doesn't overlap its arrow heads too much") {
 
   const graph_options graph_options = {
       .node_shape = "polygon",