Skip to content

Commit c8c89c0

Browse files
committed
Fixed unused usings
1 parent 0cb627b commit c8c89c0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/LinkDotNet.Blog.IntegrationTests/Web/Features/Admin/BlogPostEditor/CreateNewBlogPostPageTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
using Bunit;
44
using Bunit.TestDoubles;
55
using LinkDotNet.Blog.Domain;
6-
using LinkDotNet.Blog.Infrastructure.Persistence;
76
using LinkDotNet.Blog.Web.Features.Admin.BlogPostEditor;
87
using LinkDotNet.Blog.Web.Features.Admin.BlogPostEditor.Components;
98
using LinkDotNet.Blog.Web.Features.Admin.BlogPostEditor.Services;

tests/LinkDotNet.Blog.IntegrationTests/Web/Features/SearchByTag/SearchByTagPageTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using Bunit;
55
using Bunit.TestDoubles;
66
using LinkDotNet.Blog.Domain;
7-
using LinkDotNet.Blog.Infrastructure.Persistence;
87
using LinkDotNet.Blog.TestUtilities;
98
using LinkDotNet.Blog.Web.Features.SearchByTag;
109
using LinkDotNet.Blog.Web.Features.Services;

0 commit comments

Comments
 (0)