Ejemplo n.º 1
0
        public async Task CanRemoveAsync()
        {
            Collection.Add(_statistics);
            await _repository.RemoveAsync(s => s.Id == _statistics.Id);

            Assert.Empty(Collection);
        }