From c1dc924c5502650385c8c402842955e8f0010646 Mon Sep 17 00:00:00 2001 From: "yannis.doumir_fernandes" Date: Sun, 21 May 2023 15:45:18 +0200 Subject: [PATCH] correction test v.2' --- Sources/Tests/Monstres_UT.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Sources/Tests/Monstres_UT.cs b/Sources/Tests/Monstres_UT.cs index 44868d9..c358e41 100644 --- a/Sources/Tests/Monstres_UT.cs +++ b/Sources/Tests/Monstres_UT.cs @@ -17,9 +17,7 @@ namespace Tests Assert.Equal("Hostility", a.Dangerosite); Assert.Equal("This is my description", a.Description); Assert.Equal(new List { "Carac 1", "Carac 2", "Carac 3" }, a.CharacteristicsList); - Assert.Equal(new List { "App 1", "App 2", "App 3" }, a.AppearanceList); - - + Assert.Equal(new List { "App 1", "App 2", "App 3" }, a.AppearanceList); } [Fact]