Skip to content

Commit

Permalink
[test] Test git action trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
konovalovsergey committed Mar 24, 2024
1 parent 736670d commit ce7997c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/databaseTests/baseConnector.tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ce7997c

Please sign in to comment.