Skip to content

Commit

Permalink
fix core files
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoy-googly-moogly committed Jan 2, 2025
1 parent 5f56850 commit 9e0d34a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/src/core/api.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

import {runtimeFor} from './runtimes';
import {runtimeFor} from '../runtimes';
import './util/db-jest-matchers';

const runtime = runtimeFor('duckdb');
Expand Down
2 changes: 1 addition & 1 deletion test/src/core/events.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/

import {runtimeFor} from './runtimes';
import {runtimeFor} from '../runtimes';
import './util/db-jest-matchers';

const runtime = runtimeFor('duckdb');
Expand Down
2 changes: 1 addition & 1 deletion test/src/core/experimental-dialects.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import {
SQLSourceDef,
registerDialect,
} from '@malloydata/malloy';
import {testRuntimeFor} from './runtimes';
import {testRuntimeFor} from '../runtimes';
import './util/db-jest-matchers';
import {DuckDBConnection} from '@malloydata/db-duckdb';

Expand Down
2 changes: 1 addition & 1 deletion test/src/core/jestMatcher.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

import {runtimeFor} from './runtimes';
import {runtimeFor} from '../runtimes';
import './util/db-jest-matchers';

const runtime = runtimeFor('duckdb');
Expand Down
2 changes: 1 addition & 1 deletion test/src/core/tags.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/

import {TagDict, Tag} from '@malloydata/malloy';
import {runtimeFor} from './runtimes';
import {runtimeFor} from '../runtimes';

declare global {
// eslint-disable-next-line @typescript-eslint/no-namespace
Expand Down

0 comments on commit 9e0d34a

Please sign in to comment.