Skip to content
Prev Previous commit
Next Next commit
test(ios): align gateway badge source guard
  • Loading branch information
steipete committed Jul 4, 2026
commit 5c2917002793d3253f75bf8e61c7577e8b188637
2 changes: 1 addition & 1 deletion apps/ios/Tests/RootTabsSourceGuardTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ struct RootTabsSourceGuardTests {
settingsSource,
from: "private struct AppearanceSettingsScreen: View",
to: "extension SettingsProTab")
#expect(gatewayStatus.contains("HStack(spacing: 6)"))
#expect(gatewayStatus.contains("OpenClawStatusBadge(label: self.title, tone: self.tone)"))
#expect(!gatewayStatus.contains("ProCapsule("))
#expect(!gatewayStatus.contains("Capsule()"))
#expect(agentDestinationsSource.contains("List {"))
Expand Down