Skip to content

Commit

Permalink
tests renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
lsfera committed Jul 1, 2024
1 parent cf404b4 commit 933e504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace Tests;

// ReSharper disable once InconsistentNaming
public class When_First_Subscription_And_Table_Is_Empty(ITestOutputHelper testOutputHelper): DatabaseFixture
public class When_Subscription_Does_Not_Exist_And_Table_Is_Empty(ITestOutputHelper testOutputHelper): DatabaseFixture
{
[Fact]
public async Task Read_from_table_using_named_transaction_snapshot()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace Tests;

// ReSharper disable once InconsistentNaming
public class When_First_Subscription_And_Table_Is_Not_Empty(ITestOutputHelper testOutputHelper): DatabaseFixture
public class When_Subscription_Does_Not_Exist_And_Table_Is_Not_Empty(ITestOutputHelper testOutputHelper): DatabaseFixture
{
[Fact]
public async Task Read_from_table_using_named_transaction_snapshot()
Expand Down

0 comments on commit 933e504

Please sign in to comment.