File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ defmodule Scenic.GraphTest do
22
22
@ tx_rot 0.1
23
23
@ transform % { pin: @ tx_pin , rotate: @ tx_rot }
24
24
25
- @ empty_root Group . build ( )
25
+ # @empty_root Group.build()
26
26
@ graph_empty Graph . build ( )
27
27
28
28
@ graph_find Graph . build ( )
@@ -46,9 +46,9 @@ defmodule Scenic.GraphTest do
46
46
# access to the basics. These concentrate knowledge of the internal format
47
47
# into just a few functions
48
48
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
52
52
53
53
# ============================================================================
54
54
# build
You can’t perform that action at this time.
0 commit comments