update tests

This commit is contained in:
2013-12-02 22:51:24 +01:00
parent 5854c0c04f
commit 3fca5a059b
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ namespace PocketSharp.Tests
List<PocketItem> items = await client.Get(search: "google");
Assert.True(items.Count > 0);
Assert.True(items[0].FullTitle.ToLower().Contains("google"));
Assert.True(items[0].Title.ToLower().Contains("google") || items[0].Uri.ToString().ToLower().Contains("google"));
}
[Fact]