Skip to content

Commit

Permalink
Update CuesheetTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoCoderMatrix86 committed Aug 28, 2024
1 parent 0b16b70 commit 8bb501b
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,7 @@ public async Task ImportTestAsync()
var textImportService = new TextImportService();
var cuesheetImportService = new CuesheetImportService();
var importManager = new ImportManager(sessionStateContainer, localStorageOptionsProviderMock.Object, textImportService, cuesheetImportService);
await importManager.ImportTextAsync(fileContent);
Assert.IsNull(sessionStateContainer.TextImportFile?.AnalyseException);
Assert.IsNotNull(sessionStateContainer.ImportCuesheet);
Assert.IsTrue(sessionStateContainer.ImportCuesheet.Tracks.Count == 8);
await importManager.ImportTextAsync(fileContent);
var testHelper = new TestHelper();
// Act
sessionStateContainer.StartImportCuesheet(testHelper.ApplicationOptions);
Expand Down

0 comments on commit 8bb501b

Please sign in to comment.