Skip to content

Commit

Permalink
fix integ test for 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesx-improving committed Jul 5, 2024
1 parent 3ca2bce commit f30d190
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions java/integTest/src/test/java/glide/SharedCommandTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -7216,10 +7216,7 @@ public void xautoclaim(BaseClient client) {
assertDeepEquals(new GlideString[] {gs(streamid_0)}, justIdResultCount[1]);
assertDeepEquals(new Object[] {}, justIdResultCount[2]);
} else {
// in Redis < 7.0.0, specifically for XAUTOCLAIM with JUSTID, entry IDs that were in the
// Pending Entries List
// but are no longer in the stream still show up in the response
assertDeepEquals(new GlideString[] {gs(streamid_0), gs(streamid_2)}, justIdResultCount[1]);
assertDeepEquals(new GlideString[] {gs(streamid_0)}, justIdResultCount[1]);
}
}

Expand Down

0 comments on commit f30d190

Please sign in to comment.