mirror of
https://github.com/actions/runner.git
synced 2025-12-14 13:43:33 +00:00
Fix IDE0090 (#2211)
This commit is contained in:
@@ -16,7 +16,7 @@ namespace GitHub.Runner.Common.Tests
|
||||
[Trait("Category", "Common")]
|
||||
public async Task SuccessReadProcessEnv()
|
||||
{
|
||||
using (TestHostContext hc = new TestHostContext(this))
|
||||
using (TestHostContext hc = new(this))
|
||||
{
|
||||
Tracing trace = hc.GetTrace();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user