mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 19:46:07 +00:00
Helpers
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Octokit.Tests.Helpers
|
||||
{
|
||||
foreach (var argument in whitespaceArguments)
|
||||
{
|
||||
await Throws<ArgumentException>(async () => await action(argument));
|
||||
await Assert.ThrowsAsync<ArgumentException>(async () => await action(argument));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user