Write out the code needed to pass the unit tests (no UI)
This commit is contained in:
parent
96d130d0b5
commit
5ece8503ff
12 changed files with 3908 additions and 40 deletions
|
|
@ -221,4 +221,6 @@ public class PersonHelperTests : AbstractDbTest
|
|||
allPeople = await UnitOfWork.PersonRepository.GetAllPeople();
|
||||
Assert.Single(allPeople);
|
||||
}
|
||||
|
||||
// TODO: Unit tests for series
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue