Skip to content

Commit b1fbf5c

Browse files
committed
fixup! Move topN pushdown test into BaseConnectorTest
1 parent 90930aa commit b1fbf5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/trino-base-jdbc/src/test/java/io/trino/plugin/jdbc/BaseJdbcConnectorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ public void testTopNPushdownDisabled()
971971
}
972972

973973
@Test
974-
void testTopNPushdownWithJoin()
974+
public void testTopNPushdownWithJoin()
975975
{
976976
// covered by testTopNPushdown
977977
skipTestUnless(hasBehavior(SUPPORTS_TOPN_PUSHDOWN));

0 commit comments

Comments
 (0)