From d1952b9664ca8861089bf1c41adf8c1ba1c8a268 Mon Sep 17 00:00:00 2001 From: Scott Sandre Date: Tue, 12 Sep 2023 10:32:48 -0700 Subject: [PATCH] use golden tables test API --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index cc25a9fc03..a16ad20bfe 100644 --- a/build.sbt +++ b/build.sbt @@ -636,6 +636,7 @@ lazy val standaloneCosmetic = project lazy val testStandaloneCosmetic = (project in file("connectors/testStandaloneCosmetic")) .dependsOn(standaloneCosmetic) + .dependsOn(goldenTables % "test") .settings( name := "test-standalone-cosmetic", commonSettings,