Skip to content

Commit a9bdf9d

Browse files
authored
Fix typo in AdapterDataLoaderAction error message
1 parent 1e95754 commit a9bdf9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

espresso/core/java/androidx/test/espresso/action/AdapterDataLoaderAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public AdapterDataLoaderAction(
7272

7373
public AdapterViewProtocol.AdaptedData getAdaptedData() {
7474
synchronized (dataLock) {
75-
checkState(performed, "perform hasn't beenViewFinderImpl called yet!");
75+
checkState(performed, "perform hasn't been called yet!");
7676
return adaptedData;
7777
}
7878
}

0 commit comments

Comments
 (0)