Skip to content

Commit

Permalink
fixing incorrect path
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Oct 19, 2024
1 parent fc0d024 commit 4607ad4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/units/query-builder/postgre.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { describe, expect, test } from '@jest/globals';
import { Outerbase, SqlConnection } from '../../../src';
import { Outerbase } from '../../../src';
import { DefaultDialect } from '../../../src/query-builder/dialects/default';
import { SqlConnection } from '../../../src/connections/sql-base';

function qb() {
return Outerbase({
Expand Down

0 comments on commit 4607ad4

Please sign in to comment.