This commit is contained in:
tangpanqing
2023-01-10 14:45:52 +08:00
parent 1d2d090efa
commit e2f534b2bf
2 changed files with 4 additions and 5 deletions

View File

@@ -111,7 +111,6 @@ func TestAll(t *testing.T) {
testShowCreateTable(dbItem.DriverName, dbItem.DbLink)
id := testInsert(dbItem.DriverName, dbItem.DbLink)
testInsertBatch(dbItem.DriverName, dbItem.DbLink)
testGetOne(dbItem.DriverName, dbItem.DbLink, id)
testGetMany(dbItem.DriverName, dbItem.DbLink)