Skip to content

Commit

Permalink
fix: add langauge annotation to test value
Browse files Browse the repository at this point in the history
this is just a nice to have
  • Loading branch information
crhntr committed Aug 9, 2024
1 parent fdea504 commit a9ba322
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/commands/validate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ var _ = Describe("validate", func() {
BeforeEach(func() {
f, err := directory.Create("Kilnfile")
Expect(err).NotTo(HaveOccurred())
// language=yaml
_, _ = io.WriteString(f, `---
release_sources:
- type: "bosh.io"
Expand Down

0 comments on commit a9ba322

Please sign in to comment.