Skip to content

Commit

Permalink
Changed test names
Browse files Browse the repository at this point in the history
Signed-off-by: Eloy Coto <eloy.coto@gmail.com>
  • Loading branch information
eloycoto committed Jan 16, 2018
1 parent 329d7ed commit 0747408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/suite/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ var _ = Describe("Suite", func() {
"AfterSuite",
}))
})
Context("When afterEach info is needed", func() {
Context("when in an AfterEach block", func() {
AfterEach(func() {
description := CurrentGinkgoTestDescription()
Ω(description.IsMeasurement).Should(BeFalse())
Expand All @@ -162,7 +162,7 @@ var _ = Describe("Suite", func() {
Ω(description.Duration).Should(BeNumerically(">", 0))
})

It("provides information about the current test", func() {
It("still provides information about the current test", func() {
Ω(true).To(BeTrue())
})
})
Expand Down

0 comments on commit 0747408

Please sign in to comment.