Skip to content

Commit

Permalink
Rename class
Browse files Browse the repository at this point in the history
  • Loading branch information
meziantou committed Feb 23, 2024
1 parent 14a6c3b commit 7726a5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace Workleap.DotNet.CodingStandards.Tests;

public class UnitTest1(PackageFixture fixture, ITestOutputHelper testOutputHelper) : IClassFixture<PackageFixture>
public sealed class CodingStandardTests(PackageFixture fixture, ITestOutputHelper testOutputHelper) : IClassFixture<PackageFixture>
{
[Fact]
public async Task BannedSymbolsAreReported()
Expand Down

0 comments on commit 7726a5a

Please sign in to comment.