We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb3646d commit b1996fbCopy full SHA for b1996fb
1 file changed
Branch-TestBed/TestBed-GPTDriverTests/Hybrid/NotificationHybridTest.swift
@@ -36,7 +36,8 @@ final class NotificationHybridTest: BaseGptDriverTest {
36
37
// AI VALIDATION: Verify the content of the logs
38
try driver.assert(
39
- "The screen shows Branch deep link metadata (JSON-like text) containing keys such as '~channel' or '~feature'"
+ "The screen shows Branch deep link metadata (JSON-like text) containing " +
40
+ "keys such as '~channel' or '~feature'"
41
)
42
43
// Cleanup
0 commit comments