Skip to content

Commit

Permalink
removed un-needed tests and comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
eldernewborn committed Nov 13, 2024
1 parent ec45a6b commit b8f4c0c
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,6 @@ public void testGet() {
assertEquals(key, (KAFKA_MESSAGE_KEY_PREFIX + offset).getBytes());
assertEquals(value, (KAFKA_MESSAGE_VALUE_PREFIX + offset).getBytes());
}
// assertEquals(row.get(0, KafkaKey), "dummyData1");
// assertTrue(row.getInt(1) >= 0);
// assertTrue(row.getInt(1) < 1000);
// assertTrue(row.getBoolean(2));
}

@Test
public void testClose() {
reader.close();
// Add assertions if there are any resources to verify after close
}
}

0 comments on commit b8f4c0c

Please sign in to comment.