We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb1fc5 commit 2f5110bCopy full SHA for 2f5110b
src/Test/L0/ProcessInvokerL0.cs
@@ -135,7 +135,7 @@ public async Task SetCIEnv()
135
[Trait("Category", "Common")]
136
public async Task SetTestEnvWithNullInKey()
137
{
138
- using (TestHostContext hc = new(this))
+ using (TestHostContext hc = new TestHostContext(this))
139
140
Tracing trace = hc.GetTrace();
141
@@ -170,7 +170,7 @@ public async Task SetTestEnvWithNullInKey()
170
171
public async Task SetTestEnvWithNullInValue()
172
173
174
175
176
0 commit comments