Skip to content

Commit cf24c53

Browse files
committed
fix indent for tests
1 parent 0dcc10c commit cf24c53

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)