mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
[test] Test git action trigger
This commit is contained in:
@ -230,6 +230,7 @@ describe('Base database connector', function () {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
const table = "unused_table";
|
||||
test(`${table} table absence`, async function () {
|
||||
const result = await baseConnector.getTableColumns(ctx, table);
|
||||
|
||||
Reference in New Issue
Block a user