Ejemplo n.º 1
0
        public async Task CanCheckStatisticsExists()
        {
            Collection.Add(_statistics);
            var result = await _repository.StatisticsExists(x => x.Id == _statistics.Id);

            Assert.True(result);
        }