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

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