[test] Test git action trigger

This commit is contained in:
Sergey Konovalov
2024-03-24 21:03:33 +03:00
parent 8bb9b645e8
commit b270d3ab6b

View File

@ -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);