Skip to content

Commit 6723fcc

Browse files
committed
fix: update import path in config-loading.test.ts (launchql -> pgpm)
Co-Authored-By: Dan Lynch <pyramation@gmail.com>
1 parent 9b4aa91 commit 6723fcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/__tests__/config-loading.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import fs from 'fs';
22
import os from 'os';
33
import path from 'path';
44

5-
import { PgpmPackage } from '../src/core/class/launchql';
5+
import { PgpmPackage } from '../src/core/class/pgpm';
66

77
describe('Config Loading', () => {
88
let tempDir: string;

0 commit comments

Comments
 (0)