Skip to content

Commit

Permalink
Update import
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinrichvonStein committed Dec 18, 2024
1 parent 09d758b commit 2aba912
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/common/tests/db/schema/Schema.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { describe, it, expect } from 'vitest';
import { Schema } from '../../../src/db/schema/Schema';
import { Table } from '../../../src/db/schema/Table';
import { column, ColumnType } from '../../../src/db/schema/Column';
import { Column } from '../../../lib';
import { column, ColumnType, Column } from '../../../src/db/schema/Column';

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

0 comments on commit 2aba912

Please sign in to comment.