diff --git a/mRemoteNGTests/UI/Window/ConnectionTreeWindowTests.cs b/mRemoteNGTests/UI/Window/ConnectionTreeWindowTests.cs index abbf20af3..1ea17109f 100644 --- a/mRemoteNGTests/UI/Window/ConnectionTreeWindowTests.cs +++ b/mRemoteNGTests/UI/Window/ConnectionTreeWindowTests.cs @@ -23,7 +23,7 @@ namespace mRemoteNGTests.UI.Window } [Test, Apartment(ApartmentState.STA)] - public void CanDeleteLastFolderInTheTree() + public void CanShowWindow() { _connectionTreeWindow.Show(); Assert.That(_connectionTreeWindow.Visible);