Skip to content

Commit

Permalink
Rename test to match issue #
Browse files Browse the repository at this point in the history
  • Loading branch information
elexisvenator committed Jul 16, 2024
1 parent ed4ac8c commit f0f053e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

namespace EventSourcingTests.Bugs;

public class Bug_3xxx_inline_projections_with_quick_append : BugIntegrationContext
public class Bug_3310_inline_projections_with_quick_append : BugIntegrationContext
{
private readonly ITestOutputHelper _testOutputHelper;

Expand All @@ -26,7 +26,7 @@ public class Bug_3xxx_inline_projections_with_quick_append : BugIntegrationConte

private const string tenant = "tenant-1";

public Bug_3xxx_inline_projections_with_quick_append(ITestOutputHelper testOutputHelper)
public Bug_3310_inline_projections_with_quick_append(ITestOutputHelper testOutputHelper)
{
_testOutputHelper = testOutputHelper;
StoreOptions(opts =>
Expand Down

0 comments on commit f0f053e

Please sign in to comment.