Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Aug 30, 2024
1 parent 05fdb03 commit 919fc88
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=lightgray];
"ImportGraphTest.Used" [style=filled, fillcolor=lightgray];
"ImportGraphTest.Unused" [style=filled, fillcolor="#e0e0e0"];
"ImportGraphTest.Used" [style=filled, fillcolor="#e0e0e0"];
"ImportGraphTest.Unused" -> "ImportGraphTest.Used";
}

0 comments on commit 919fc88

Please sign in to comment.