Skip to content

Commit 698c812

Browse files
committed
cleanup tests
1 parent 73ca1ee commit 698c812

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/scenic/graph_test.exs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defmodule Scenic.GraphTest do
2222
@tx_rot 0.1
2323
@transform %{pin: @tx_pin, rotate: @tx_rot}
2424

25-
@empty_root Group.build()
25+
# @empty_root Group.build()
2626
@graph_empty Graph.build()
2727

2828
@graph_find Graph.build()
@@ -46,9 +46,9 @@ defmodule Scenic.GraphTest do
4646
# access to the basics. These concentrate knowledge of the internal format
4747
# into just a few functions
4848

49-
test "get_root returns the root node" do
50-
assert Graph.get_root(@graph_empty) == @empty_root
51-
end
49+
# test "get_root returns the root node" do
50+
# assert Graph.get_root(@graph_empty) == @empty_root
51+
# end
5252

5353
# ============================================================================
5454
# build

0 commit comments

Comments
 (0)