@@ -55,11 +55,11 @@ |
||
55 | 55 | ); |
56 | 56 | |
57 | 57 | $this->videos = new Videos($browser); |
58 | - $this->lives = new Lives($browser); |
|
58 | + $this->lives = new Lives($browser); |
|
59 | 59 | $this->players = new Players($browser); |
60 | 60 | $this->captions = new Captions($browser); |
61 | 61 | $this->analyticsVideo = new AnalyticsVideo($browser); |
62 | 62 | $this->analyticsLive = new AnalyticsLive($browser); |
63 | - $this->tokens = new Tokens($browser); |
|
63 | + $this->tokens = new Tokens($browser); |
|
64 | 64 | } |
65 | 65 | } |