Skip to content

Commit 778a79a

Browse files
test(e2e): drop unused mintUser import in live-ui-resources (code-quality)
All three resource journeys use mintUserWithResources; mintUser was imported but never referenced. Flagged by github-code-quality on PR #192. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 7d36142 commit 778a79a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/live-ui-resources.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import { test, expect, type APIRequestContext } from '@playwright/test'
2929

3030
import { assertSafeApiTarget } from './cohort'
3131
import { loadLedger, reapEntities, clearLedger } from './cleanup-ledger'
32-
import { mintUser, mintUserWithResources, reap, factoryArmed, apiBase, type MintedUser } from './factory'
32+
import { mintUserWithResources, reap, factoryArmed, apiBase, type MintedUser } from './factory'
3333
import { newAuthedContext, appURL } from './ui-helpers'
3434

3535
const LIVE = process.env.E2E_LIVE === '1'

0 commit comments

Comments
 (0)