diff --git a/Sources/TestAPI/UnitTest1.cs b/Sources/TestAPI/UnitTestChampionController.cs similarity index 68% rename from Sources/TestAPI/UnitTest1.cs rename to Sources/TestAPI/UnitTestChampionController.cs index c22e82f..7a8db2f 100644 --- a/Sources/TestAPI/UnitTest1.cs +++ b/Sources/TestAPI/UnitTestChampionController.cs @@ -1,6 +1,6 @@ namespace TestAPI { - public class UnitTest1 + public class UnitTestChampionController { [Fact] public void Test1() diff --git a/Sources/Tests/TestManagerEF/UnitTest1.cs b/Sources/Tests/TestManagerEF/UnitTestManagerChampion.cs similarity index 70% rename from Sources/Tests/TestManagerEF/UnitTest1.cs rename to Sources/Tests/TestManagerEF/UnitTestManagerChampion.cs index c5578b3..3745daf 100644 --- a/Sources/Tests/TestManagerEF/UnitTest1.cs +++ b/Sources/Tests/TestManagerEF/UnitTestManagerChampion.cs @@ -1,6 +1,6 @@ namespace TestManagerEF { - public class UnitTest1 + public class UnitTestManagerChampion { [Fact] public void Test1()