mirror of
https://github.com/actions/runner.git
synced 2025-12-12 15:13:30 +00:00
Fix IDE0090 (#2211)
This commit is contained in:
@@ -19,7 +19,7 @@ namespace GitHub.Runner.Common.Tests.Listener
|
||||
|
||||
private void CleanLogFolder()
|
||||
{
|
||||
using (TestHostContext hc = new TestHostContext(this))
|
||||
using (TestHostContext hc = new(this))
|
||||
{
|
||||
//clean test data if any old test forgot
|
||||
string pagesFolder = Path.Combine(hc.GetDirectory(WellKnownDirectory.Diag), PagingLogger.PagingFolder);
|
||||
|
||||
Reference in New Issue
Block a user