Skip to content

Commit 3fd083b

Browse files
committed
C#: Enable the stub generator tests.
1 parent 0865889 commit 3fd083b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csharp/extractor/Semmle.Extraction.Tests/StubGenerator.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Semmle.Extraction.Tests;
1313
/// </summary>
1414
public class StubGeneratorTests
1515
{
16-
// [Fact]
16+
[Fact]
1717
public void StubGeneratorFieldTest()
1818
{
1919
// Setup
@@ -36,7 +36,7 @@ public class MyTest {
3636
Assert.Equal(expected, stub);
3737
}
3838

39-
// [Fact]
39+
[Fact]
4040
public void StubGeneratorMethodTest()
4141
{
4242
// Setup

0 commit comments

Comments
 (0)