Skip to content

Commit d0fd6e1

Browse files
committed
test: update cost history gatekeeper anchors
1 parent d5480d1 commit d0fd6e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tests/CodexBarTests/ProviderArchitectureGatekeeperTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1707,7 +1707,7 @@ struct ProviderArchitectureGatekeeperTests {
17071707
reason: "This exact shared construct dispatches a provider-owned capability at the generic integration boundary."),
17081708
AllowedProviderConstruct(
17091709
path: "Sources/CodexBar/CostHistoryChartMenuView.swift",
1710-
line: 950,
1710+
line: 958,
17111711
anchor: "let projects = provider == .codex ? snapshot.projects : []",
17121712
expectedProviderIDs: ["codex"],
17131713
expectedReferenceCount: 2,
@@ -2460,7 +2460,7 @@ struct ProviderArchitectureGatekeeperTests {
24602460
reason: "This exact app-runtime bridge coordinates provider-owned state through the shared controller."),
24612461
AllowedProviderConstruct(
24622462
path: "Sources/CodexBar/StatusItemController+HostedSubmenus.swift",
2463-
line: 422,
2463+
line: 441,
24642464
anchor: "projects: provider == .codex ? tokenSnapshot.projects : [],",
24652465
expectedProviderIDs: ["codex"],
24662466
expectedReferenceCount: 2,

0 commit comments

Comments
 (0)