Skip to content

Commit

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

callable.throwable(testThrowable, true);

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

0 comments on commit 40d2c23

Please sign in to comment.