This commit is contained in:
Mordechai Zuber
2015-05-19 12:06:29 +03:00
parent c1aa707378
commit b9b447b472
+1 -1
View File
@@ -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));
}
}