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