Skip to content

Commit

Permalink
chore: non significant change for test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Zork33 committed Sep 25, 2024
1 parent 2da21af commit 8e6d3d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/__tests__/e2e/table-service/alter-table.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {initDriver, destroyDriver} from "../../../utils/test";

if (process.env.TEST_ENVIRONMENT === 'dev') require('dotenv').config();


const getTableName = () => `table_alter_${Math.trunc(1000 * Math.random())}`;

describe('Alter table', () => {
Expand Down

0 comments on commit 8e6d3d5

Please sign in to comment.