Example #1
0
 public async Task GetLatestDweetForWithoutKey()
 {
     Thread.Sleep(1000); //make sure API is only called once every second for the same thing
     Assert.True((await DweetIO.GetLatestDweetFor("someRandomThingJustForDweetSharp")).StartsWith("{\"this\":\"succeeded\","));
 }