Skip to content

Commit 8fb3ce8

Browse files
committed
Format code
1 parent 79162a2 commit 8fb3ce8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

airbyte-integrations/bases/standard-destination-test/src/main/java/io/airbyte/integrations/standardtest/destination/DestinationAcceptanceTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -791,10 +791,10 @@ public void testCustomDbtTransformations() throws Exception {
791791
throw new WorkerException("dbt test Failed.");
792792
}
793793
// 6. Generate dbt documentation for the project:
794-
// This step is commented out because it can take a very long time to run, and is not vital for Airbyte
794+
// This step is commented out because it takes a long time, but is not vital for Airbyte
795795
// dbtConfig.withDbtArguments("docs generate");
796796
// if (!runner.transform(JOB_ID, JOB_ATTEMPT, transformationRoot, config, null, dbtConfig)) {
797-
// throw new WorkerException("dbt docs generate Failed.");
797+
// throw new WorkerException("dbt docs generate Failed.");
798798
// }
799799
runner.close();
800800
}

0 commit comments

Comments
 (0)