We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a14f1f commit 55fc58dCopy full SHA for 55fc58d
docs/index.md
@@ -4034,7 +4034,7 @@ Describe("Publishing books", func() {
4034
Expect(result.EpubContent).To(ContainSubstring("I've ransomed you from fear and hatred, and now I give you back to God."))
4035
4036
//we expect the publisher to close the channel when it's done
4037
- Eventually(ctx, c).WithTimeout(time.Second.Should(BeClosed())
+ Eventually(ctx, c).WithTimeout(time.Second).Should(BeClosed())
4038
}, SpecTimeout(time.Second*30)) //this spec has 30 seconds to complete
4039
})
4040
```
0 commit comments