Skip to content

Commit

Permalink
Dummy commit to trigger build
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kubovic <[email protected]>
  • Loading branch information
MichaelKubovic committed Nov 24, 2023
1 parent ee58b4f commit dfca88c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,7 @@ public void testScriptLoadRunsOnEveryMaster(TestContext should) {
.compose(scriptLoadResponse -> {
String scriptSha = scriptLoadResponse.toString();

System.out.println("script load successful, sha: "+scriptSha);
System.out.println("script load successful, SHA: "+scriptSha);

return Future.all(
cluster.send(cmd(EVALSHA).arg(scriptSha).arg(1).arg(key1)),
Expand Down

0 comments on commit dfca88c

Please sign in to comment.