diff --git beeline/src/test/org/apache/hive/beeline/TestClientCommandHookFactory.java beeline/src/test/org/apache/hive/beeline/TestClientCommandHookFactory.java index 0e55603..0c1bf92 100644 --- beeline/src/test/org/apache/hive/beeline/TestClientCommandHookFactory.java +++ beeline/src/test/org/apache/hive/beeline/TestClientCommandHookFactory.java @@ -49,9 +49,6 @@ public BeeLine setupMockData(boolean isBeeLine, boolean showDbInPrompt) { return mockBeeLine; } - @BeforeClass - public static void setupMockData() { - } @Test public void testGetHookCli() {