Fixed incorrect test name

This commit is contained in:
Chen, Peter
2017-05-24 22:42:39 +10:00
parent b4d5451b11
commit 0b065b16b1

View File

@@ -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 }));