From 04cfa0b3c736773f856e999f8ce8bce25606b587 Mon Sep 17 00:00:00 2001 From: "cedric.charbonnel" Date: Sat, 10 Jun 2023 22:51:22 +0200 Subject: [PATCH] trying to resolve the test non existance problem2 --- LOLAPP/LOLAPP/Test2.xml | 21 --------------------- LOLAPP/UniTests/UniTestStrategie.cs | 2 +- 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 LOLAPP/LOLAPP/Test2.xml diff --git a/LOLAPP/LOLAPP/Test2.xml b/LOLAPP/LOLAPP/Test2.xml deleted file mode 100644 index 9f5a7d5..0000000 --- a/LOLAPP/LOLAPP/Test2.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - Broken Wings - - - Riven - - - - - - - - Broken - - - \ No newline at end of file diff --git a/LOLAPP/UniTests/UniTestStrategie.cs b/LOLAPP/UniTests/UniTestStrategie.cs index e5af6c7..59149c2 100644 --- a/LOLAPP/UniTests/UniTestStrategie.cs +++ b/LOLAPP/UniTests/UniTestStrategie.cs @@ -12,7 +12,7 @@ namespace Tests string description = "Description de la stratégie"; var champions = new List { - new Champion("Champion 1", "Titre 1", "Image 1"), + new Champion("Champion 1", "Titre 1", "Image 1") new Champion("Champion 2", "Titre 2", "Image 2") new Champion("Champion 3", "Titre 3", "Image 3") new Champion("Champion 4", "Titre 4", "Image 4")