mirror of
https://github.com/fergalmoran/EFCore.NamingConventions.git
synced 2025-12-22 09:38:21 +00:00
Correct test namespace
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
using System;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Xunit;
|
||||
|
||||
namespace EFCore.Naming.Test
|
||||
namespace EFCore.NamingConventions.Test
|
||||
{
|
||||
public class LowerCaseNamingTest : RewriterTestBase
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace EFCore.Naming.Test
|
||||
namespace EFCore.NamingConventions.Test
|
||||
{
|
||||
public abstract class RewriterTestBase
|
||||
{
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
using System;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Xunit;
|
||||
|
||||
namespace EFCore.Naming.Test
|
||||
namespace EFCore.NamingConventions.Test
|
||||
{
|
||||
public class SnakeCaseNamingTest : RewriterTestBase
|
||||
{
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
using System;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Xunit;
|
||||
|
||||
namespace EFCore.Naming.Test
|
||||
namespace EFCore.NamingConventions.Test
|
||||
{
|
||||
public class UpperCaseNamingTest : RewriterTestBase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user