public async void RetrieveVideoTest() { Video video = await twixel.RetrieveVideo("v50248541"); Assert.Equal(27, video.length); Assert.Equal("League of Legends", video.game); }
public async void RetrieveVideoTest() { Video video = await twixel.RetrieveVideo("c2543719"); Assert.Equal(20, video.length); Assert.Equal("League of Legends", video.game); }