Skip to content

Commit a430608

Browse files
tirodkarmobile-devx-github-bot
authored andcommitted
Update AppStateTracker logs.
PiperOrigin-RevId: 452658754
1 parent 9d8a5c2 commit a430608

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AppFramework/Synchronization/GREYAppStateTracker.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ - (NSString *)description {
133133
[description appendString:@"\n"];
134134
if (state != kGREYIdle) {
135135
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 "
137137
@"and rerun tests. If it's already turned on, see logs below.\n",
138138
object.objectDescription, StringFromAppState(object.state)];
139139
if (GREYVerboseLoggingEnabled()) {

Tests/Functional/Sources/FailureFormattingTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ - (void)testAppStateTrackingTimeoutWithoutVerboseLogging {
507507
[EarlGrey rotateDeviceToOrientation:UIDeviceOrientationPortrait error:nil];
508508
NSString *expectedDetails = @"Waiting for viewDidAppear: call on the view controller. Please "
509509
@"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 "
511511
@"verbose logging and rerun tests. If it's already turned on, "
512512
@"see logs below.";
513513
XCTAssertTrue([_handler.details containsString:expectedDetails],

0 commit comments

Comments
 (0)