Skip to content

Commit

Permalink
Update java/client/src/test/java/glide/api/GlideClientTest.java
Browse files Browse the repository at this point in the history
Signed-off-by: Shoham Elias <116083498+shohamazon@users.noreply.github.com>
  • Loading branch information
shohamazon authored Sep 12, 2024
1 parent cb110a0 commit 2176da8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion java/client/src/test/java/glide/api/GlideClientTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,6 @@ public void invokeScript_with_ScriptOptionsGlideString_returns_success() {
public void scriptShow_returns_script_source_glidestring() {
// setup
GlideString scriptSource = gs("return { KEYS[1], ARGV[1] }");
Script script = mock(Script.class);
GlideString hash = gs(UUID.randomUUID().toString());
when(script.getHash()).thenReturn(hash.toString());

Expand Down

0 comments on commit 2176da8

Please sign in to comment.