Skip to content

Commit d085874

Browse files
committed
Cleanup tests
1 parent 5a65541 commit d085874

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

SQLiteSharp.Tests/ReadMeTest.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ public void Test1() {
3434
// Find several items in the table
3535
List<ShopItem> Bananas = ShopItems.Find(ShopItem => ShopItem.ItemName == "Banana").ToList();
3636
Bananas.ShouldHaveSingleItem();
37-
38-
ShopItems.Find(item => -item.Count < 0).ShouldHaveSingleItem();
39-
//ShopItems.Find(item => item.ItemName + "z" + "y" == "Bananazy").ShouldHaveSingleItem();
4037
}
4138
[Fact]
4239
public void Test2() {

0 commit comments

Comments
 (0)