Skip to content

Commit

Permalink
Migrate from deprecated getDisplaySubject() to equivalent actualAsStr…
Browse files Browse the repository at this point in the history
…ing().

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=185692362
  • Loading branch information
cpovirk authored and ronshapiro committed Feb 15, 2018
1 parent 24d4c96 commit e249740
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void isEqualTo(Object expected) {
if (!Arrays.equals(actual, expectedArray)) {
failComparing(
"Not true that "
+ getDisplaySubject()
+ actualAsString()
+ " is equal to <"
+ Arrays.toString(expectedArray)
+ ">;",
Expand Down

0 comments on commit e249740

Please sign in to comment.