Skip to content

Commit c5330fc

Browse files
dsymeCopilot
andauthored
Update pkg/cli/compile_safe_update_integration_test.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3ddfac2 commit c5330fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkg/cli/compile_safe_update_integration_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,9 @@ func TestSafeUpdateManifestIncludesTransitivelyImportedSecret(t *testing.T) {
522522
}
523523
}
524524

525-
// TestSafeUpdateFirstCompileCreatesBaselineForTransitiveImport verifies that\n// the first compilation of a workflow with a transitive import chain creates the\n// baseline manifest silently without safe update warnings.
525+
// TestSafeUpdateFirstCompileCreatesBaselineForTransitiveImport verifies that
526+
// the first compilation of a workflow with a transitive import chain creates the
527+
// baseline manifest silently without safe update warnings.
526528
func TestSafeUpdateFirstCompileCreatesBaselineForTransitiveImport(t *testing.T) {
527529
setup := setupIntegrationTest(t)
528530
defer setup.cleanup()

0 commit comments

Comments
 (0)