diff --git a/test/phoenix/live_dashboard/reingold_tilford_test.exs b/test/phoenix/live_dashboard/reingold_tilford_test.exs index 7c09e809..9d3ad288 100644 --- a/test/phoenix/live_dashboard/reingold_tilford_test.exs +++ b/test/phoenix/live_dashboard/reingold_tilford_test.exs @@ -130,10 +130,6 @@ defmodule Phoenix.LiveDashboard.ReingoldTilfordTest do end end - defp validate_x_separation_between_nodes(%{children: []} = node, ancestor_x_coordinate) do - if ancestor_x_coordinate + @node_x_separation <= node, do: true, else: false - end - defp validate_x_separation_between_nodes( %{children: children} = ancestor, ancestor_x_coordinate