From 77c462489f028d01ced44d6b3608e784393e6047 Mon Sep 17 00:00:00 2001 From: rogerwangcs Date: Wed, 23 Aug 2023 09:26:07 -0400 Subject: [PATCH] lint --- src/test/java/unit/GcpDataprocClusterControlled.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/test/java/unit/GcpDataprocClusterControlled.java b/src/test/java/unit/GcpDataprocClusterControlled.java index 7b5e2b161..c1a0bea94 100644 --- a/src/test/java/unit/GcpDataprocClusterControlled.java +++ b/src/test/java/unit/GcpDataprocClusterControlled.java @@ -26,7 +26,10 @@ import org.junit.jupiter.api.Test; /** Tests for the `terra resource` commands that handle controlled GCP clusters. */ -/** This test only executes on verily environments. Add a tag prefix to prevent it from running in the main repo */ +/** + * This test only executes on verily environments. Add a tag prefix to prevent it from running in + * the main repo + */ @Tag("unit-verily-gcp") public class GcpDataprocClusterControlled extends SingleWorkspaceUnitGcp {