Skip to content

Commit c37b608

Browse files
committed
Fix test imports
1 parent 368d6b1 commit c37b608

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

glean/tests/unit/core/pings/database.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import sinon from "sinon";
99
import type { Observer} from "../../../../src/core/pings/database";
1010
import Database, { isValidPingInternalRepresentation } from "../../../../src/core/pings/database";
1111
import Glean from "../../../../src/core/glean";
12-
import type { JSONObject } from "../../../../dist/webext/types/core/utils";
12+
import type { JSONObject } from "../../../../src/core/utils";
1313

1414
const sandbox = sinon.createSandbox();
1515
const now = new Date();

glean/tests/unit/core/pings/ping_type.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Lifetime } from "../../../../src/core/metrics/lifetime";
1111
import Glean from "../../../../src/core/glean";
1212
import { Context } from "../../../../src/core/context";
1313
import { stopGleanUploader } from "../../../utils";
14-
import type { JSONObject } from "../../../../dist/webext/types/core/utils";
14+
import type { JSONObject } from "../../../../src/core/utils";
1515

1616
const sandbox = sinon.createSandbox();
1717

0 commit comments

Comments
 (0)