From 8f57dfcf12d81936446bbf70cf6537a679a39c14 Mon Sep 17 00:00:00 2001 From: jboinembalome Date: Mon, 9 Nov 2020 14:37:17 +0100 Subject: [PATCH] Ajout de l'attribut TestFixture --- EPAServeur.Tests/Services/FormationServiceTests.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/EPAServeur.Tests/Services/FormationServiceTests.cs b/EPAServeur.Tests/Services/FormationServiceTests.cs index e47ddba..3df9aee 100644 --- a/EPAServeur.Tests/Services/FormationServiceTests.cs +++ b/EPAServeur.Tests/Services/FormationServiceTests.cs @@ -10,8 +10,9 @@ using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; -namespace EPAServeur.Tests +namespace EPAServeur.Tests.Services { + [TestFixture] public class FormationServiceTests { #region Variables