mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 03:16:11 +00:00
fixed error in unit test
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user