File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
AppFramework/Synchronization Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ - (NSString *)description {
133
133
[description appendString: @" \n " ];
134
134
if (state != kGREYIdle ) {
135
135
for (GREYAppStateTrackerObject *object in self->_externalTrackerObjects ) {
136
- [description appendFormat: @" \n <%@ > => %@ . For more information, turn on verbose logging "
136
+ [description appendFormat: @" \n <%@ > => %@ For more information, turn on verbose logging "
137
137
@" and rerun tests. If it's already turned on, see logs below.\n " ,
138
138
object.objectDescription, StringFromAppState (object.state)];
139
139
if (GREYVerboseLoggingEnabled ()) {
Original file line number Diff line number Diff line change @@ -507,7 +507,7 @@ - (void)testAppStateTrackingTimeoutWithoutVerboseLogging {
507
507
[EarlGrey rotateDeviceToOrientation: UIDeviceOrientationPortrait error: nil ];
508
508
NSString *expectedDetails = @" Waiting for viewDidAppear: call on the view controller. Please "
509
509
@" ensure that this view controller and its subclasses call through "
510
- @" to their super's implementation.. For more information, turn on "
510
+ @" to their super's implementation. For more information, turn on "
511
511
@" verbose logging and rerun tests. If it's already turned on, "
512
512
@" see logs below." ;
513
513
XCTAssertTrue ([_handler.details containsString: expectedDetails],
You can’t perform that action at this time.
0 commit comments