Skip to content

Commit 4a5f3c4

Browse files
test(mobile): use shared inbox helpers
Generated-By: PostHog Code Task-Id: c1bbe3cf-742b-4b24-bf96-d11a18b4cf22
1 parent 4fbdf76 commit 4a5f3c4

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

apps/mobile/src/features/inbox/utils.test.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@ import type {
1515
SignalReportStatus,
1616
} from "@posthog/shared/domain-types";
1717
import { describe, expect, it } from "vitest";
18-
import {
19-
buildInboxViewedProperties,
20-
isRestorableReport,
21-
sourceLine,
22-
} from "./utils";
18+
import { sourceLine } from "./utils";
2319

2420
function signal(source_product: string, source_type: string): Signal {
2521
return {

0 commit comments

Comments
 (0)