Skip to content

Commit

Permalink
Fixup test descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
drich10 committed Jan 25, 2018
1 parent 93d3888 commit 8984261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions out/out_command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ var _ = Describe("OutCommand", func() {
}))
})

It("dryrun deploys", func() {
It("deploys with recreate", func() {
outRequest.Params.Recreate = true

_, err := outCommand.Run(outRequest)
Expand All @@ -113,7 +113,7 @@ var _ = Describe("OutCommand", func() {
}))
})

It("recreate deploys", func() {
It("dryrun deploys", func() {
outRequest.Params.DryRun = true

_, err := outCommand.Run(outRequest)
Expand Down

0 comments on commit 8984261

Please sign in to comment.