Skip to content

Commit 8ff087c

Browse files
committed
Fix ctor
1 parent d5bc4ed commit 8ff087c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/testing/snippets/testcontext/csharp/TestContextCtor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ public class MyTestClassTestContextThroughCtor
55
{
66
private readonly TestContext _testContext;
77

8-
public MyTestClass(TestContext testContext)
8+
public MyTestClassTestContextThroughCtor(TestContext testContext)
99
{
1010
_testContext = testContext;
1111
}

0 commit comments

Comments
 (0)