Skip to content

Commit

Permalink
fix go vet issue
Browse files Browse the repository at this point in the history
  • Loading branch information
onsi committed Oct 11, 2022
1 parent 52976bb commit aeab53a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/async_assertion_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,6 @@ var _ = Describe("Asynchronous Assertions", func() {
}()
Eventually(func() string {
panic("welp")
return "A"
}).Should(Equal("A"))
})

Expand Down

0 comments on commit aeab53a

Please sign in to comment.