mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-08 04:40:54 +00:00
use string per recommended style
This commit is contained in:
@@ -19,8 +19,8 @@ namespace Octokit.Tests.Integration
|
||||
|
||||
public IEnumerable<IXunitTestCase> Discover(ITestFrameworkDiscoveryOptions discoveryOptions, ITestMethod testMethod, IAttributeInfo factAttribute)
|
||||
{
|
||||
if (String.IsNullOrWhiteSpace(Helper.ClientId)
|
||||
&& String.IsNullOrWhiteSpace(Helper.ClientSecret))
|
||||
if (string.IsNullOrWhiteSpace(Helper.ClientId)
|
||||
&& string.IsNullOrWhiteSpace(Helper.ClientSecret))
|
||||
{
|
||||
return Enumerable.Empty<IXunitTestCase>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user