chore: run dotnet format

This commit is contained in:
Stevan Freeborn
2025-01-15 10:30:02 -06:00
parent ee9dbcf647
commit fc2932f3c5
8 changed files with 10 additions and 10 deletions
@@ -7,13 +7,13 @@ public class MessageBatchStatusTests
{
MessageBatchStatus.Canceling.Should().Be("canceling");
}
[Fact]
public void InProgress_WhenCalled_ItShouldReturnCancelingStatus()
{
MessageBatchStatus.InProgress.Should().Be("in_progress");
}
[Fact]
public void Ended_WhenCalled_ItShouldReturnCancelingStatus()
{