Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveCTurner committed Mar 15, 2018
1 parent 60f5d5f commit f4759cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ public void close() throws IOException {
}


public void testHandleExceptinoOnSendSendFiles() throws Throwable {
public void testHandleExceptionOnSendFiles() throws Throwable {
final RecoverySettings recoverySettings = new RecoverySettings(Settings.EMPTY, service);
final StartRecoveryRequest request = getStartRecoveryRequest();
Path tempDir = createTempDir();
Expand Down

0 comments on commit f4759cd

Please sign in to comment.