Skip to content

Commit 7afb5f8

Browse files
new lines
1 parent eda82e1 commit 7afb5f8

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/cli-output-compatibility.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@ jobs:
5050
if: success()
5151
run: |
5252
echo "✅ CLI Output Compatibility Tests Passed"
53-
echo "No breaking changes detected for external integrations."
53+
echo "No breaking changes detected for external integrations."
54+

pkg/integration/cli_output_compatibility_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,4 +359,4 @@ func Test_VersionParsingCompatibility(t *testing.T) {
359359
"Version upgrade requirement should match expected for %s", versionStr)
360360
})
361361
}
362-
}
362+
}

0 commit comments

Comments
 (0)