diff --git a/EPAServeur.Tests/Services/FormationServiceTests.cs b/EPAServeur.Tests/Services/FormationServiceTests.cs index d99c6a6..e47ddba 100644 --- a/EPAServeur.Tests/Services/FormationServiceTests.cs +++ b/EPAServeur.Tests/Services/FormationServiceTests.cs @@ -14,8 +14,14 @@ namespace EPAServeur.Tests { public class FormationServiceTests { + #region Variables + private EpContext epContext; + #endregion + + #region Setup + [SetUp] public void Setup() { @@ -41,6 +47,8 @@ namespace EPAServeur.Tests } } + #endregion + #region Tests GetFormationById et GetFormationByIdAsync [Test]