Skip to content

Commit a588f60

Browse files
authoredFeb 16, 2023
Fix link in V2 Migration Guide (#1137)
1 parent c7e3ebe commit a588f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/MIGRATING_TO_V2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ It("...", func(done Done) {
427427
will emit a deprecation warning and will run **synchronously**. This means the `timeout` will not be enforced and the status of the `Done` channel will be ignored - a test that hangs will hang indefinitely.
428428

429429
#### Migration Strategy:
430-
We recommend users make targeted use of Gomega's [Asynchronous Assertions](https://onsi.github.io/gomega/#making-asynchronous-assertions) to better test asynchronous behavior. In addition, as of Ginkgo 2.3.0, users can [make individual nodes interruptible and reintroduce the notion of spec timeouts]((https://onsi.github.io/ginkgo/#spec-timeouts-and-interruptible-nodes)).
430+
We recommend users make targeted use of Gomega's [Asynchronous Assertions](https://onsi.github.io/gomega/#making-asynchronous-assertions) to better test asynchronous behavior. In addition, as of Ginkgo 2.3.0, users can [make individual nodes interruptible and reintroduce the notion of spec timeouts](https://onsi.github.io/ginkgo/#spec-timeouts-and-interruptible-nodes).
431431

432432
As a first migration pass that produces **equivalent behavior** users can replace asynchronous tests with:
433433

0 commit comments

Comments
 (0)