Skip to content

Commit

Permalink
typo entered
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpotter committed Jan 31, 2023
1 parent e85f99b commit 3e6770a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func TestDecodeMasterPlaylistWithAlternatives(t *testing.T) {
t.Fatal("not all variants in master playlist parsed")
}
// TODO check other values
var low_count, mid_git count, hi_count int
var low_count, mid_count, hi_count int
for _, a := range p.Alternatives {
switch a.GroupId {
case "low":
Expand Down

0 comments on commit 3e6770a

Please sign in to comment.