Skip to content

Commit bd46d5a

Browse files
fix tests
1 parent 470390b commit bd46d5a

2 files changed

Lines changed: 206 additions & 173 deletions

File tree

AudioCuesheetEditor.Tests/Services/IO/ImportManagerTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,6 @@ public async Task ImportFilesAsync_TextFile_ImportsCorrectly()
207207
Assert.AreEqual(ImportFileType.Textfile, sessionStateContainer.Importfile.FileType);
208208
}
209209

210-
//TODO: Add test for checking if tracks are linked default
211-
212210
private static IBrowserFile CreateBrowserFileMock(string name, string content = "TestContent")
213211
{
214212
var fileMock = new Mock<IBrowserFile>();

0 commit comments

Comments
 (0)