Skip to content

Commit 1a50a93

Browse files
committed
Give test back a more meaningful name
1 parent 785985a commit 1a50a93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ServiceControl.Persistence.Tests/EFCore/AtomicEditRetentionTests.cs renamed to src/ServiceControl.Persistence.Tests/EFCore/EditFailedMessagesDataStoreRetentionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace ServiceControl.Persistence.Tests;
1414
/// Server and PostgreSQL persisters and lock in the <see cref="FailedMessageEntity.StatusChangedAt"/>
1515
/// and <see cref="FailedMessageEntity.LastModified"/> behavior used by the retention sweeper.
1616
/// </summary>
17-
class AtomicEditRetentionTests : ErrorIngestionTestBase
17+
class EditFailedMessagesDataStoreRetentionTests : ErrorIngestionTestBase
1818
{
1919
IEditFailedMessagesDataStore EditStore => ServiceProvider.GetRequiredService<IEditFailedMessagesDataStore>();
2020

0 commit comments

Comments
 (0)