Skip to content

Commit

Permalink
Stop AudioControllerTests setup from deleting .CombineFiles (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec authored Aug 27, 2020
1 parent 3efd4bb commit 0df01a3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Backend.Tests/AudioControllerTests.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.IO;
using BackendFramework.Controllers;
using BackendFramework.Helper;
using BackendFramework.Interfaces;
using BackendFramework.Models;
using BackendFramework.Services;
Expand Down Expand Up @@ -32,9 +31,6 @@ public void Setup()
_permissionService = new PermissionServiceMock();
_wordController = new WordController(_wordrepo, _wordService, _projectService, _permissionService);
_audioController = new AudioController(_wordrepo, _wordService, _permissionService);

Directory.Delete(FileUtilities.GenerateFilePath(
FileUtilities.FileType.Dir, true, "", ""), true);
}

private static string RandomString(int length = 16)
Expand Down

0 comments on commit 0df01a3

Please sign in to comment.