This commit is contained in:
28810
2018-12-18 20:54:30 +08:00
parent 429fc99d1b
commit 357494a28f
7 changed files with 256 additions and 13 deletions

View File

@ -66,7 +66,7 @@ namespace FreeSql.Tests.MySql {
[Fact]
public void ExecuteDeleted() {
Assert.Throws<NotImplementedException>(() => delete.Where(a => a.Id > 0).ExecuteDeleted());
delete.Where(a => a.Id > 0).ExecuteDeleted();
}
}
}