Skip to content

Commit b1996fb

Browse files
committed
test(gptdriver): fix lint warning in notification test
1 parent cb3646d commit b1996fb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Branch-TestBed/TestBed-GPTDriverTests/Hybrid/NotificationHybridTest.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ final class NotificationHybridTest: BaseGptDriverTest {
3636

3737
// AI VALIDATION: Verify the content of the logs
3838
try driver.assert(
39-
"The screen shows Branch deep link metadata (JSON-like text) containing keys such as '~channel' or '~feature'"
39+
"The screen shows Branch deep link metadata (JSON-like text) containing " +
40+
"keys such as '~channel' or '~feature'"
4041
)
4142

4243
// Cleanup

0 commit comments

Comments
 (0)