This commit is contained in:
David Sparer
2018-06-21 20:33:32 -05:00
parent 69da1dca5f
commit da047427a5

View File

@@ -157,7 +157,7 @@ namespace mRemoteNGTests.UI.Controls
_connectionTree.SelectedObject = null;
_connectionTree.DuplicateSelectedNode();
Assert.That(connectionTreeModel.GetRecursiveChildList(), Has.One.Items);
Assert.That(connectionTreeModel.RootNodes, Has.One.Items);
}
}
}