Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo in docs/index.md (#1082)
  • Loading branch information
arosh committed Nov 16, 2022
1 parent 8a14f1f commit 55fc58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -4034,7 +4034,7 @@ Describe("Publishing books", func() {
Expect(result.EpubContent).To(ContainSubstring("I've ransomed you from fear and hatred, and now I give you back to God."))

//we expect the publisher to close the channel when it's done
Eventually(ctx, c).WithTimeout(time.Second.Should(BeClosed())
Eventually(ctx, c).WithTimeout(time.Second).Should(BeClosed())
}, SpecTimeout(time.Second*30)) //this spec has 30 seconds to complete
})
```
Expand Down

0 comments on commit 55fc58d

Please sign in to comment.