def test_tree_instance():
  tree = BinaryTree()
  assert tree._root == None