Skip to content

Commit a0c6da2

Browse files
paulb777Corrob
authored andcommitted
Fix build warning (#2661)
1 parent 8b93a13 commit a0c6da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/DynamicLinks/Tests/FIRDynamicLinksTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ - (void)testPassMatchesShortLinkFormat {
848848
- (void)testFailMatchesShortLinkFormat {
849849
NSArray<NSString *> *urlStrings = @[
850850
@"https://test.app.goo.gl", @"https://test.app.goo.gl?link=", @"https://test.app.goo.gl/",
851-
@"https://sample.page.link?link=https://google.com/test&ibi=com.google.sample&ius=79306483"
851+
@"https://sample.page.link?link=https://google.com/test&ibi=com.google.sample&ius=79306483",
852852
@"https://sample.page.link/?link=https://google.com/test&ibi=com.google.sample&ius=79306483"
853853
];
854854

0 commit comments

Comments
 (0)