mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 03:16:11 +00:00
aaaand format the code
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Octokit.Tests.Integration
|
||||
public IEnumerable<IXunitTestCase> Discover(ITestFrameworkDiscoveryOptions discoveryOptions, ITestMethod testMethod, IAttributeInfo factAttribute)
|
||||
{
|
||||
return Helper.IsUsingToken
|
||||
? new[] { new XunitTestCase(diagnosticMessageSink, discoveryOptions.MethodDisplayOrDefault(), testMethod) }
|
||||
? new[] { new XunitTestCase(diagnosticMessageSink, discoveryOptions.MethodDisplayOrDefault(), testMethod) }
|
||||
: Enumerable.Empty<IXunitTestCase>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user