Skip to content

Commit 6f78c8a

Browse files
committed
CI fix
1 parent 8c53747 commit 6f78c8a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import com.facebook.presto.tests.AbstractTestQueryFramework;
1919
import org.testng.annotations.Test;
2020

21-
public class TestCatalogWithoutSidecar
21+
public class TestNativeSidecarCatalogWithoutSidecar
2222
extends AbstractTestQueryFramework
2323
{
2424
@Override
@@ -50,6 +50,11 @@ public void testHiveCatalogFailure()
5050
public void testNativeCatalogFailure()
5151
{
5252
assertQueryFails("SELECT native.default.array_sum(ARRAY[1, 2, 3])", "(?s).*Function native.default.array_sum not registered*");
53+
}
54+
55+
@Test
56+
public void testDefaultCatalog()
57+
{
5358
assertQuery("SELECT array_sum(ARRAY[1, 2, 3])");
5459
}
5560

0 commit comments

Comments
 (0)