We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0865889 commit 3fd083bCopy full SHA for 3fd083b
csharp/extractor/Semmle.Extraction.Tests/StubGenerator.cs
@@ -13,7 +13,7 @@ namespace Semmle.Extraction.Tests;
13
/// </summary>
14
public class StubGeneratorTests
15
{
16
- // [Fact]
+ [Fact]
17
public void StubGeneratorFieldTest()
18
19
// Setup
@@ -36,7 +36,7 @@ public class MyTest {
36
Assert.Equal(expected, stub);
37
}
38
39
40
public void StubGeneratorMethodTest()
41
42
0 commit comments