mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
committed by
Ryan Gribble
parent
3c818934b8
commit
13d5dab516
@@ -1,4 +1,5 @@
|
||||
using Xunit;
|
||||
using System.Reflection;
|
||||
using Xunit;
|
||||
|
||||
namespace Octokit.Tests.Integration
|
||||
{
|
||||
@@ -10,7 +11,7 @@ namespace Octokit.Tests.Integration
|
||||
[Fact]
|
||||
public void NoTestsUseAsyncVoid()
|
||||
{
|
||||
var errors = typeof(SelfTests).Assembly.GetAsyncVoidMethodsList();
|
||||
var errors = typeof(SelfTests).GetTypeInfo().Assembly.GetAsyncVoidMethodsList();
|
||||
Assert.Equal("", errors);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user