Skip to content

Commit 5759574

Browse files
dadachiclaude
andcommitted
Bump TestSessionController.maximumNameLength default 4 → 100
The new hasInvalidDataChangeDetection test in ItemTagEditViewModelTest sets name = "Updated" (7 chars), which tripped the old default of 4 (carried over from the queue-number-length era). Match upstream Paid PR's default of 100. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8d8102a commit 5759574

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NativeAppTemplateTests/Testing/Repositories/TestSessionController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import Foundation
2121
public var shouldUpdateTerms: Bool = false
2222
public var shouldThrowPrivacyError: Bool = false
2323
public var shouldThrowTermsError: Bool = false
24-
public var maximumNameLength: Int = 4
24+
public var maximumNameLength: Int = 100
2525
public var shopLimitCount: Int = 1
2626

2727
public var shopkeeper: Shopkeeper?

0 commit comments

Comments
 (0)