mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Fixed incorrect test name
This commit is contained in:
@@ -48,7 +48,7 @@ namespace mRemoteNGTests.Tree
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void SearchByHostnameReturnsAllExpectedMatches()
|
||||
public void SearchByHostname1ReturnsAllExpectedMatches()
|
||||
{
|
||||
var matches = _nodeSearcher.SearchByName("hostname1");
|
||||
Assert.That(matches.ToList(), Is.EquivalentTo(new[] { _folder1 }));
|
||||
|
||||
Reference in New Issue
Block a user