Format ./web/backend/Features/Features.Breweries.Tests

This commit is contained in:
Aaron Po
2026-06-20 15:09:42 -04:00
parent 0f77ae43b5
commit aadeab3afa
8 changed files with 48 additions and 47 deletions

View File

@@ -18,4 +18,4 @@ public class DeleteBreweryHandlerTests
repoMock.Verify(r => r.DeleteAsync(id), Times.Once);
}
}
}