mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
C#: Enable the stub generator tests.
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Semmle.Extraction.Tests;
|
||||
/// </summary>
|
||||
public class StubGeneratorTests
|
||||
{
|
||||
// [Fact]
|
||||
[Fact]
|
||||
public void StubGeneratorFieldTest()
|
||||
{
|
||||
// Setup
|
||||
@@ -36,7 +36,7 @@ public const string MyField2 = default;
|
||||
Assert.Equal(expected, stub);
|
||||
}
|
||||
|
||||
// [Fact]
|
||||
[Fact]
|
||||
public void StubGeneratorMethodTest()
|
||||
{
|
||||
// Setup
|
||||
|
||||
Reference in New Issue
Block a user