From 9914577a250986e55f8e8fe6034c1bf983047699 Mon Sep 17 00:00:00 2001 From: Louwar Date: Sat, 18 Mar 2023 09:37:30 +0100 Subject: [PATCH] Update drone --- Sources/TestAPI/{UnitTest1.cs => UnitTestChampionController.cs} | 2 +- .../TestManagerEF/{UnitTest1.cs => UnitTestManagerChampion.cs} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename Sources/TestAPI/{UnitTest1.cs => UnitTestChampionController.cs} (68%) rename Sources/Tests/TestManagerEF/{UnitTest1.cs => UnitTestManagerChampion.cs} (70%) 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()