Ejemplo n.º 1
0
        public async Task DemoRun_GetTikTokChannelHistoryAsync(string id)
        {
            //Arrange
            NindoClient client = new NindoClient();

            //Act
            var result = await client.GetTikTokChannelHistoryAsync(id);

            //Assert
            Assert.NotNull(result);
        }