예제 #1
0
 public async Task CleanUp()
 {
     _apiFactory.CleanupDB();
 }
예제 #2
0
        public async Task CleanUp()
        {
            _apiFactory.CleanupDB();

            await Task.Delay(1000); // Gotcha due to the ordering of these tests
        }