Skip to content
Snippets Groups Projects
Commit 33e0baff authored by gwen-soleil's avatar gwen-soleil
Browse files

remove unused method of AttributeQueries

parent f9311e0b
Branches
No related tags found
No related merge requests found
......@@ -114,14 +114,6 @@ public class AttributeEventTableShortTest extends TimescaleJDBITester {
}
@Test
public void listID() {
List<Integer> ids = jdbi.withExtension(AttributeQueries.class, dao -> {
return dao.listID(tableName);
});
System.out.println("ID = " + ids);
}
@Test
public void selectSince() {
jdbi.useExtension(AttributeQueries.class, dao -> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment