Skip to content

Commit

Permalink
line length
Browse files Browse the repository at this point in the history
  • Loading branch information
bbeaudreault committed Mar 5, 2022
1 parent 0368885 commit 8d9d6c6
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ public void testUpdateSearchKeyCacheLocation() throws IOException {

callable.throwable(testThrowable, true);

verify(connection).updateCachedLocations(TABLE_NAME, regionName, ConnectionUtils.MAX_BYTE_ARRAY, testThrowable, SERVERNAME);


verify(connection).updateCachedLocations(TABLE_NAME, regionName,
ConnectionUtils.MAX_BYTE_ARRAY, testThrowable, SERVERNAME);
}
}

0 comments on commit 8d9d6c6

Please sign in to comment.