Commit 9de09ab
committed
Fix Ticker @implicitNotFound message to reference testkit-available API
The previous message pointed users at `ticked { implicit ticker => }`, which
is defined in the internal tests module (tests/shared/src/test/scala/cats/
effect/Runners.scala) and is not visible to downstream users of the public
testkit artifact. Replace it with an instruction that uses the constructor
already exported from testkit.
Closes #1875.1 parent 505471a commit 9de09ab
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
| 256 | + | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| |||
0 commit comments