Ajout de l'attribut TestFixture

develop
jboinembalome 4 years ago
parent a0feaefec0
commit 8f57dfcf12
  1. 3
      EPAServeur.Tests/Services/FormationServiceTests.cs

@ -10,8 +10,9 @@ using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Threading.Tasks; using System.Threading.Tasks;
namespace EPAServeur.Tests namespace EPAServeur.Tests.Services
{ {
[TestFixture]
public class FormationServiceTests public class FormationServiceTests
{ {
#region Variables #region Variables

Loading…
Cancel
Save