Exemplo n.º 1
0
        public void OldPictureIsNotDeletedWhenUpdatingEmployeeWithNoPicture()
        {
            sut.UpdateEmployee(Guid.NewGuid(), "Hamill", "Mark", "skywalker", "Köln", "Management", string.Empty, new byte[0]);

            binaryFiles.DidNotReceive().Delete(Arg.Any <ObjectId>());
        }