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