Skip to content

Commit

Permalink
fix(test): bad NOW import
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Mar 15, 2024
1 parent 14efbd6 commit 2d242d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/db/test/unit/column-queries.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import {
} from '../../dist/core/cli/migration-queries.js';
import { MIGRATION_VERSION } from '../../dist/core/consts.js';
import { tableSchema } from '../../dist/core/schemas.js';
import { column, defineTable } from '../../dist/runtime/config.js';
import { NOW } from '../../dist/runtime/index.js';
import { column, defineTable, NOW } from '../../dist/runtime/config.js';

const TABLE_NAME = 'Users';

Expand Down

0 comments on commit 2d242d0

Please sign in to comment.