Skip to content

Commit 2aba912

Browse files
author
Hein
committed
Update import
1 parent 09d758b commit 2aba912

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/common/tests/db/schema/Schema.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import { describe, it, expect } from 'vitest';
22
import { Schema } from '../../../src/db/schema/Schema';
33
import { Table } from '../../../src/db/schema/Table';
4-
import { column, ColumnType } from '../../../src/db/schema/Column';
5-
import { Column } from '../../../lib';
4+
import { column, ColumnType, Column } from '../../../src/db/schema/Column';
65

76
describe('Schema', () => {
87
it('should fail if an array of tables using the new syntax is passed to schema', () => {

0 commit comments

Comments
 (0)