We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103a2d8 commit 449636eCopy full SHA for 449636e
LinkDotNet.Blog.UnitTests/Web/Shared/SortOrderCalculatorTests.cs renamed to LinkDotNet.Blog.UnitTests/Web/Shared/Services/SortOrderCalculatorTests.cs
@@ -3,7 +3,7 @@
3
using LinkDotNet.Blog.Web.Shared.Services;
4
using Xunit;
5
6
-namespace LinkDotNet.Blog.UnitTests.Web.Shared
+namespace LinkDotNet.Blog.UnitTests.Web.Shared.Services
7
{
8
public class SortOrderCalculatorTests
9
LinkDotNet.Blog.UnitTests/Web/Shared/UserRecordServiceTests.cs renamed to LinkDotNet.Blog.UnitTests/Web/Shared/Services/UserRecordServiceTests.cs
@@ -9,7 +9,7 @@
using Moq;
10
11
12
13
14
public class UserRecordServiceTests : TestContext
15
0 commit comments