Skip to content

Commit

Permalink
Update src/test/java/io/redis/examples/HomeJsonExample.java
Browse files Browse the repository at this point in the history
Co-authored-by: M Sazzadul Hoque <[email protected]>
  • Loading branch information
andy-stark-redis and sazzad16 authored Nov 8, 2024
1 parent d82d755 commit 5b45dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/io/redis/examples/HomeJsonExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public void run() {
for (Document doc: paulDocs) {
System.out.println(doc.getId());
}
// >>> User:3
// >>> user:3
// STEP_END
// REMOVE_START
Assert.assertEquals("user:3", paulDocs.get(0).getId());
Expand Down

0 comments on commit 5b45dd0

Please sign in to comment.