Skip to content

Commit 5a54662

Browse files
committed
Fixed namespace of AccessControl.razor
1 parent 57b8f9d commit 5a54662

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

tests/LinkDotNet.Blog.IntegrationTests/Web/Shared/NavMenuTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using Bunit.TestDoubles;
66
using LinkDotNet.Blog.Domain;
77
using LinkDotNet.Blog.Web;
8-
using LinkDotNet.Blog.Web.Features.Components;
98
using LinkDotNet.Blog.Web.Features.Home.Components;
109
using Microsoft.AspNetCore.Components;
1110
using Microsoft.Extensions.DependencyInjection;

tests/LinkDotNet.Blog.UnitTests/Web/Features/Components/AccessControlTests.cs renamed to tests/LinkDotNet.Blog.UnitTests/Web/Features/Home/Components/AccessControlTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
using AngleSharpWrappers;
33
using Bunit;
44
using Bunit.TestDoubles;
5-
using LinkDotNet.Blog.Web.Features.Components;
5+
using LinkDotNet.Blog.Web.Features.Home.Components;
66

7-
namespace LinkDotNet.Blog.UnitTests.Web.Features.Components;
7+
namespace LinkDotNet.Blog.UnitTests.Web.Features.Home.Components;
88

99
public class AccessControlTests : TestContext
1010
{

0 commit comments

Comments
 (0)