Skip to content

Commit

Permalink
Remove accidental FDescribe
Browse files Browse the repository at this point in the history
  • Loading branch information
a-b and nickjameswebb committed Oct 29, 2020
1 parent 52acfbc commit 32ccdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/v7/isolated/revision_command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
. "github.com/onsi/gomega/gexec"
)

var _ = FDescribe("revision command", func() {
var _ = Describe("revision command", func() {
Describe("help", func() {
When("--help flag is set", func() {
It("appears in cf help -a", func() {
Expand Down

0 comments on commit 32ccdfe

Please sign in to comment.