Skip to content

Commit

Permalink
Fix the conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <jiallian@amazon.com>
  • Loading branch information
RyanL1997 committed May 10, 2023
1 parent 06055c3 commit 9515181
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@ protected boolean matchesSafely(GetSettingsResponse response, Description mismat
if (!indexToSettings.containsKey(index)) {
mismatchDescription
.appendText("Response contains settings of indices: ")
<<<<<<< HEAD
.appendValue(indexToSettings.keySet().toArray());
=======
.appendValue(indexToSettings.keySet());
>>>>>>> main
return false;
}
}
Expand Down

0 comments on commit 9515181

Please sign in to comment.