Ejemplo n.º 1
0
        public async Task Follows()
        {
            var result = await relationships.Follows();

            Assert.IsTrue(result.Meta.Code == HttpStatusCode.OK);
            Assert.IsTrue(result.Data.Count > 0);
        }
Ejemplo n.º 2
0
        public async Task Follows()
        {
            var result = await relationships.Follows();

            Assert.IsTrue(result.Meta.Code == 200);
        }