We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e915f5a commit 92feff5Copy full SHA for 92feff5
tv/tv_test.go
@@ -702,4 +702,12 @@ func TestBoxSets(t *testing.T) {
702
"/iplayer/episodes/b00vk2lp/luther?seriesId=b0bxbh80",
703
bs[3].String())
704
}
705
+ doc = documentLoader("testhtml/fleabag.html")
706
+ td = TestIplayerDocument{doc}
707
+ bs = td.idoc.boxSet()
708
+ if bs[0].String() != "/iplayer/episodes/p070npjv/fleabag?seriesId=p071bjr7" {
709
+ t.Errorf("Expected url to be %v, got: %v",
710
+ "/iplayer/episodes/p070npjv/fleabag?seriesId=p071bjr7",
711
+ bs[0].String())
712
+ }
713
0 commit comments