Skip to content

Commit ec3d848

Browse files
committed
Revert "fix indent for tests"
This reverts commit cf24c53.
1 parent cf24c53 commit ec3d848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/test/kots_app_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ var _ = Describe("kots apps", func() {
9494
req.NotEmpty(stdout.String(), "Expected stdout output")
9595

9696
req.Equal(stdout.String(),
97-
`ID NAME SLUG SCHEDULER
97+
`ID NAME SLUG SCHEDULER
9898
`+app.Id+` `+app.Name+` `+app.Slug+` kots
9999
`)
100100
})

0 commit comments

Comments
 (0)