credo fix
This commit is contained in:
parent
23c92b2c44
commit
856c2e926b
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ defmodule Towerops.SitesTest do
|
|||
assert hd(hd(root1_node.children).children).site.id == grandchild.id
|
||||
|
||||
root2_node = Enum.find(tree, &(&1.site.id == root2.id))
|
||||
assert length(root2_node.children) == 0
|
||||
assert root2_node.children == []
|
||||
end
|
||||
|
||||
test "build_site_tree/1 returns empty list for organization with no sites", %{organization: organization} do
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue