Skip to content

Commit

Permalink
Test correction
Browse files Browse the repository at this point in the history
  • Loading branch information
glejeune committed Jul 2, 2012
1 parent 21eaea5 commit 0eb693b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_subgraph.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ def test_subgraph
cl2 = GraphViz::new('cluster_cl1')
master2.add_graph cl2

assert_equal(master1.inspect, master2.inspect, "Wrong subgraph")
assert_equal(master1.to_s, master2.to_s, "Wrong subgraph")
end
end

0 comments on commit 0eb693b

Please sign in to comment.