Skip to content

Commit d1c1848

Browse files
committed
Moved SqlRepositoryTests.cs to subdirectory
1 parent 8deca42 commit d1c1848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LinkDotNet.Blog.IntegrationTests/Infrastructure/Persistence/SqlRepositoryTests.cs renamed to LinkDotNet.Blog.IntegrationTests/Infrastructure/Persistence/Sql/SqlRepositoryTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using Microsoft.EntityFrameworkCore;
77
using Xunit;
88

9-
namespace LinkDotNet.Blog.IntegrationTests.Infrastructure.Persistence
9+
namespace LinkDotNet.Blog.IntegrationTests.Infrastructure.Persistence.Sql
1010
{
1111
public sealed class SqlRepositoryTests : IAsyncLifetime
1212
{

0 commit comments

Comments
 (0)