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]