diff --git a/Dapper.SimpleCRUD/SimpleCRUD.cs b/Dapper.SimpleCRUD/SimpleCRUD.cs index dcef816..46ea8fe 100644 --- a/Dapper.SimpleCRUD/SimpleCRUD.cs +++ b/Dapper.SimpleCRUD/SimpleCRUD.cs @@ -737,7 +737,7 @@ private static void BuildWhere(StringBuilder sb, IEnumerable(new { Age = new [] { 10,11,12 } }); + user.Count().IsEqualTo(3); + connection.Execute("Delete from Users"); + } + } + public void TestFilteredGetListWithMultipleKeys() {