fixed incorrect names of tests

This commit is contained in:
aedampir@gmail.com
2016-05-24 17:06:49 +07:00
parent 26cc074d74
commit 55e009a87a
@@ -58,7 +58,7 @@ public class RepositoryDeployKeysClientTests : IDisposable
}
[IntegrationTest(Skip = "See https://github.com/octokit/octokit.net/issues/1003 for investigating this failing test")]
public async Task ReturnsCorrectCountOfHooksWithoutStart()
public async Task ReturnsCorrectCountOfDeployKeysWithoutStart()
{
var deployKeys = await _fixture.GetAll(_context.RepositoryOwner, _context.RepositoryName);
Assert.Equal(0, deployKeys.Count);
@@ -92,7 +92,7 @@ public class RepositoryDeployKeysClientTests : IDisposable
}
[IntegrationTest(Skip = "See https://github.com/octokit/octokit.net/issues/1003 for investigating this failing test")]
public async Task ReturnsCorrectCountOfHooksWithStart()
public async Task ReturnsCorrectCountOfDeployKeysWithStart()
{
var deployKeys = await _fixture.GetAll(_context.RepositoryOwner, _context.RepositoryName);
Assert.Equal(0, deployKeys.Count);