Skip to content

Commit

Permalink
Add test cases for #932
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrubN committed Jan 6, 2024
1 parent 06b41e8 commit e48a04b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TwitchDownloaderCore.Tests/M3U8ExtensionTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ public static void CorrectlyFindsStreamOfQualityFromOldM3U8Response(string quali
[InlineData("480p60", "1080p60")]
[InlineData("852x480p60", "1080p60")]
[InlineData("Source", "1080p60")]
[InlineData("", "1080p60")]
[InlineData(null, "1080p60")]
public static void ReturnsHighestQualityWhenDesiredQualityNotFoundForOldM3U8Response(string qualityString, string expectedPath)
{
var m3u8 = new M3U8(new M3U8.Metadata(), new[]
Expand Down

0 comments on commit e48a04b

Please sign in to comment.