Skip to content

Commit

Permalink
Minor typo fix: no logical changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jul 3, 2019
1 parent af41412 commit 0d47cc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public void execute(HttpRequest req, HttpResponse resp) {
}

boolean ready = status.hasCapacity();
String message = ready ? "Selenium Grid ready." : "Selenium Grid not ready";
String message = ready ? "Selenium Grid ready." : "Selenium Grid not ready.";

long remaining = System.currentTimeMillis() + 2000 - start;
List<Future<Map<String, Object>>> nodeResults = status.getNodes().stream()
Expand Down

0 comments on commit 0d47cc2

Please sign in to comment.