Skip to content

Commit

Permalink
Fix case
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontedor committed Oct 21, 2018
1 parent a971520 commit 28e2d26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ public static void waitForPendingTasks(final RestClient adminClient, final Predi
}
}
} catch (final IOException e) {
throw new AssertionError("Error getting active tasks list", e);
throw new AssertionError("error getting active tasks list", e);
}
});
}
Expand Down

0 comments on commit 28e2d26

Please sign in to comment.