switched to xunit

This commit is contained in:
2024-05-03 18:49:51 -06:00
parent aab38c3e9b
commit 26bf2bbbd1
34 changed files with 643 additions and 298 deletions

View File

@@ -56,7 +56,7 @@
loadingTerms = true;
terms = await canvas.GetCurrentTermsFor();
loadingTerms = false;
directoriesNotUsed = fileStorageManager.GetEmptyDirectories();
directoriesNotUsed = await fileStorageManager.GetEmptyDirectories();
}
private async Task SaveNewCourse()