This commit is contained in:
bob.li
2023-04-03 17:27:10 +08:00
parent 181fb90ef6
commit 396d113d5f
4 changed files with 34 additions and 186 deletions

View File

@ -24,7 +24,6 @@ namespace FreeSql.Tests.Provider.Xugu
var fsql = g.xugu;
var t1 = fsql.DbFirst.GetTableByName("GENERAL.system_log");
Assert.NotNull(t1);
Assert.True(t1.Columns.Count > 0);
}
[Fact]