File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
glean/tests/unit/core/pings Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import sinon from "sinon";
99import type { Observer } from "../../../../src/core/pings/database" ;
1010import Database , { isValidPingInternalRepresentation } from "../../../../src/core/pings/database" ;
1111import Glean from "../../../../src/core/glean" ;
12- import type { JSONObject } from "../../../../dist/webext/types /core/utils" ;
12+ import type { JSONObject } from "../../../../src /core/utils" ;
1313
1414const sandbox = sinon . createSandbox ( ) ;
1515const now = new Date ( ) ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { Lifetime } from "../../../../src/core/metrics/lifetime";
1111import Glean from "../../../../src/core/glean" ;
1212import { Context } from "../../../../src/core/context" ;
1313import { stopGleanUploader } from "../../../utils" ;
14- import type { JSONObject } from "../../../../dist/webext/types /core/utils" ;
14+ import type { JSONObject } from "../../../../src /core/utils" ;
1515
1616const sandbox = sinon . createSandbox ( ) ;
1717
You can’t perform that action at this time.
0 commit comments