Skip to content

Commit

Permalink
adds assert
Browse files Browse the repository at this point in the history
  • Loading branch information
Shazwazza committed Jan 26, 2016
1 parent 7cfdc81 commit 7cdaacf
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -113,6 +113,7 @@ public void Can_Delete_Container()
container = new EntityContainer(Constants.ObjectTypes.MediaTypeGuid) { Name = "blah" };
containerRepository.AddOrUpdate(container);
unitOfWork.Commit();
Assert.That(container.Id, Is.GreaterThan(0));
}
using (var containerRepository = CreateContainerRepository(unitOfWork))
{
Expand Down

0 comments on commit 7cdaacf

Please sign in to comment.