From b2a5c380c6ae814eba5a5e08b0c2858e34567864 Mon Sep 17 00:00:00 2001 From: Amanda Bozigian Date: Wed, 28 Aug 2024 13:34:13 -0700 Subject: [PATCH] . --- .../metacat/connector/hive/HiveConnectorTableIISpec.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/metacat-connector-hive/src/test/groovy/com/netflix/metacat/connector/hive/HiveConnectorTableIISpec.groovy b/metacat-connector-hive/src/test/groovy/com/netflix/metacat/connector/hive/HiveConnectorTableIISpec.groovy index 9016b9093..031cbda7b 100644 --- a/metacat-connector-hive/src/test/groovy/com/netflix/metacat/connector/hive/HiveConnectorTableIISpec.groovy +++ b/metacat-connector-hive/src/test/groovy/com/netflix/metacat/connector/hive/HiveConnectorTableIISpec.groovy @@ -60,6 +60,7 @@ class HiveConnectorTableIISpec extends Specification { @Shared HiveConnectorDatabaseService hiveConnectorDatabaseService = Mock(HiveConnectorDatabaseService) + // just a comment def setupSpec() { registry.createId(_) >>requestId registry.clock() >> clock