Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Oct 30, 2024
1 parent e2597e7 commit d2600ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ImportGraphTest/expected.dot
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
digraph "import_graph" {
"ImportGraphTest.Unused" [style=filled, fillcolor="#e0e0e0"];
"ImportGraphTest.Used" [style=filled, fillcolor="#e0e0e0"];
"ImportGraphTest.Unused" [style=filled, fillcolor="#e0e0e0", shape=ellipse];
"ImportGraphTest.Used" [style=filled, fillcolor="#e0e0e0", shape=house];
"ImportGraphTest.Unused" -> "ImportGraphTest.Used";
}

0 comments on commit d2600ef

Please sign in to comment.