Skip to content

Commit a2a13d3

Browse files
authored
Reword a precondition message.
In "never be called after" the "be" is extraneous and should definitely be removed. I modified the entire phrase to what I think is more readable.
1 parent 49d644a commit a2a13d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/androidx/test/core/app/InstrumentationActivityInvoker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ public ActivityResult getActivityResult() {
289289
}
290290
checkNotNull(
291291
activityResult,
292-
"onActivityResult never be called after %d milliseconds",
292+
"onActivityResult was not called within %d milliseconds",
293293
ActivityLifecycleTimeout.getMillis());
294294
return activityResult;
295295
}

0 commit comments

Comments
 (0)