Skip to content

Commit

Permalink
Fixes minor repetition in test class name
Browse files Browse the repository at this point in the history
  • Loading branch information
svrx committed Oct 16, 2023
1 parent b13e80c commit 3a9f172
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
namespace EventSourcingTests.Projections.CodeGeneration;


public class EventTypePatternMatchFrameFrameOrderTests
public class EventTypePatternMatchFrameOrderTests
{
[Theory]
[MemberData(nameof(GetEventTypeCombinations))]
Expand Down Expand Up @@ -83,7 +83,7 @@ public override string ToString()
}
}

internal static class EventTypePatternMatchFrameFrameOrderTestsExtensions
internal static class EventTypePatternMatchFrameOrderTestsExtensions
{
internal static void ShouldHaveDerivedTypesBeforeBaseTypes(this Type[] types)
{
Expand Down

0 comments on commit 3a9f172

Please sign in to comment.