Skip to content

Commit 324b912

Browse files
committed
fix sonar, static classes
1 parent 5c4e84c commit 324b912

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libraries/tests/e2e/functions/core/metrics/Function/src/Function/TestHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Helpers;
66

7-
public class TestHelper
7+
public static class TestHelper
88
{
99
private static readonly Dictionary<string, string> DefaultDimensions = new()
1010
{

libraries/tests/e2e/infra-aot/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace InfraAot
44
{
5-
internal sealed class Program
5+
internal static class Program
66
{
77
public static void Main(string[] args)
88
{

libraries/tests/e2e/infra/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Infra
44
{
5-
internal sealed class Program
5+
internal static class Program
66
{
77
public static void Main(string[] args)
88
{

0 commit comments

Comments
 (0)