fixed error in unit test

This commit is contained in:
Alexander Efremov
2016-06-13 13:17:23 +07:00
parent 9f5228fd8a
commit 5065a9fbcd
+1 -1
View File
@@ -214,7 +214,7 @@ namespace Octokit.Tests.Clients
}
[Fact]
public async Task EnsuresArgumentsNotNull()
public async Task EnsuresNonNullArguments()
{
var releasesClient = new ReleasesClient(Substitute.For<IApiConnection>());
Assert.Throws<ArgumentNullException>(() => new NewRelease(null));