mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 12:28:15 +08:00
update
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user