chore: cleanup usings and run dotnet format

This commit is contained in:
Stevan Freeborn
2024-04-12 19:33:56 -05:00
parent 95d4888876
commit ba65401c88
9 changed files with 27 additions and 30 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
namespace Blog.Tests.EndToEnd;
[TestFixture]
public class PostTests : BlogTest
public class PostTests : BlogTest
{
private const string TestPostSlug = "test-blog";
private const string TestPostTitle = "Test Blog";