fix StubTests
continuous-integration/drone/push Build is passing Details

pull/15/head
Matheo THIERRY 2 years ago
parent 1f568ba29f
commit b6fc6871ab

@ -12,15 +12,11 @@ namespace UnitTests_Persistance
{ {
PersistenceManager manager; PersistenceManager manager;
Database result; Database result;
[SetUp] [SetUp]
public void Setup() public void Setup()
{ {
manager = new PersistenceManager(new Stub()); manager = new PersistenceManager(new Stub());
userList = new List<User>
{
new User("John", "john@example.com", "password"),
new User("Jane", "jane@example.com", "password")
};
result = new Database(); result = new Database();
} }

Loading…
Cancel
Save