From b77c3d542f4c97c8018a5d0f58cc06cc37f42660 Mon Sep 17 00:00:00 2001 From: Leana BESSON Date: Fri, 9 Jun 2023 23:13:28 +0200 Subject: [PATCH] Supprimer 'Sources/Tests/HelloWordLib_UnitTests/UnitTest1.cs' --- .../Tests/HelloWordLib_UnitTests/UnitTest1.cs | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Sources/Tests/HelloWordLib_UnitTests/UnitTest1.cs diff --git a/Sources/Tests/HelloWordLib_UnitTests/UnitTest1.cs b/Sources/Tests/HelloWordLib_UnitTests/UnitTest1.cs deleted file mode 100644 index 69d7a2a..0000000 --- a/Sources/Tests/HelloWordLib_UnitTests/UnitTest1.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System; -using HelloWorldLib; -using Xunit; - -namespace HelloWordLib_UnitTests -{ - public class UnitTest1 - { - [Fact] - public void Test1() - { - Class1 c = new Class1(); - Assert.NotNull(c); - } - } -}