Skip to content

Commit

Permalink
chore: fix compilation error (#1312)
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite authored Dec 26, 2023
1 parent 55d1aac commit 72b58cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ public void testDatabaseMetaDataBestRowIdentifier_NoData() throws Exception {

@Test
public void testDatabaseMetaDataCatalogs() throws Exception {
skipOnEmulator(
IntegrationTest.skipOnEmulator(
"information_schema.information_schema_catalog_name is not supported on the emulator");

runForAllVersions(
Expand Down

0 comments on commit 72b58cd

Please sign in to comment.