Correct test namespace

This commit is contained in:
Shay Rojansky
2020-01-16 22:32:45 +01:00
parent c04026a104
commit 773b821bf3
4 changed files with 4 additions and 7 deletions

View File

@@ -1,8 +1,7 @@
using System;
using Microsoft.EntityFrameworkCore;
using Xunit;
namespace EFCore.Naming.Test
namespace EFCore.NamingConventions.Test
{
public class LowerCaseNamingTest : RewriterTestBase
{

View File

@@ -1,7 +1,7 @@
using System;
using Microsoft.EntityFrameworkCore;
namespace EFCore.Naming.Test
namespace EFCore.NamingConventions.Test
{
public abstract class RewriterTestBase
{

View File

@@ -1,8 +1,7 @@
using System;
using Microsoft.EntityFrameworkCore;
using Xunit;
namespace EFCore.Naming.Test
namespace EFCore.NamingConventions.Test
{
public class SnakeCaseNamingTest : RewriterTestBase
{

View File

@@ -1,8 +1,7 @@
using System;
using Microsoft.EntityFrameworkCore;
using Xunit;
namespace EFCore.Naming.Test
namespace EFCore.NamingConventions.Test
{
public class UpperCaseNamingTest : RewriterTestBase
{