tidy up new tests (#2012)

This commit is contained in:
Brendan Forster
2019-09-22 17:27:30 -03:00
committed by GitHub
parent 8cd0b341dd
commit c78b3cf21a
2 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ namespace Octokit.Tests.Integration
if (String.IsNullOrEmpty(EnterpriseHelper.ManagementConsolePassword))
return Enumerable.Empty<IXunitTestCase>();
return new[] { new XunitTestCase(diagnosticMessageSink, discoveryOptions.MethodDisplayOrDefault(), testMethod) };
return new[] { new XunitTestCase(diagnosticMessageSink, discoveryOptions.MethodDisplayOrDefault(), TestMethodDisplayOptions.None, testMethod) };
}
}