@Test
 public void testZRevRangeByScoreWithScores() {
   doReturn(Arrays.asList(new Object[] {tupleSet})).when(nativeConnection).closePipeline();
   super.testZRevRangeByScoreWithScores();
 }