public async Task FollowsAll() { var result = await relationships.FollowsAll(524549267);/*microsoft*/ Assert.IsTrue(result.Count > 50); }
public async Task FollowsAll() { var result = await relationships.FollowsAll(); Assert.IsTrue(result.Count > 0); }
public async Task FollowsAll() { var result = await relationships.FollowsAll(457273003);/*ffujiy*/ Assert.IsTrue(result.Count > 50); }