Skip to content

Commit

Permalink
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury-Fridlyand committed Sep 24, 2024
1 parent 7c02646 commit 5daea17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/integTest/src/test/java/glide/cluster/CommandTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -1607,8 +1607,8 @@ public void fcall_binary_with_keys(String prefix) {
GlideString binaryString =
gs(new byte[] {(byte) 0xFE, (byte) 0xEE, (byte) 0xEF, (byte) 252, (byte) 0});
SingleNodeRoute route = new SlotKeyRoute(key, PRIMARY);
String libName = "mylib_with_keys-" + prefix;
GlideString funcName = gs("myfunc_with_keys-" + prefix);
String libName = "mylib_with_keys_" + prefix;
GlideString funcName = gs("myfunc_with_keys_" + prefix);
// function $funcName returns array with first two arguments
String code =
generateLuaLibCode(libName, Map.of(funcName.toString(), "return {args[1]}"), true);
Expand Down

0 comments on commit 5daea17

Please sign in to comment.