示例#1
0
        public async Task Hour_ReadCompletedBackFillHoursAsync()
        {
            // Act
            var result = await repo.ReadCompletedBackFillHoursAsync();

            //Assert
            Assert.Pass("Could return result or empty depending on if there is a complete hour.");
        }