Skip to content

Commit de69c9a

Browse files
committed
Format
1 parent 639e0d7 commit de69c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/image_picker/image_picker_ios/example/ios/RunnerUITests/ImagePickerFromLimitedGalleryUITests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ - (void)testSelectingFromGallery API_AVAILABLE(ios(14)) {
108108

109109
// Find an image and tap on it.
110110
NSPredicate *imagePredicate = [NSPredicate predicateWithFormat:@"label BEGINSWITH 'Photo, '"];
111-
XCUIElementQuery *imageQuery =[self.app.images matchingPredicate:imagePredicate];
111+
XCUIElementQuery *imageQuery = [self.app.images matchingPredicate:imagePredicate];
112112
XCUIElement *aImage = imageQuery.firstMatch;
113113
os_log_error(OS_LOG_DEFAULT, "description before picking image %@", self.app.debugDescription);
114114
if (![aImage waitForExistenceWithTimeout:kLimitedElementWaitingTime]) {

0 commit comments

Comments
 (0)