4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)Scala2,230 stars (2,230 stars)572 forks (572 forks)batch import
good first issue
Description
This issue does not include a description.
- Issue type
- bug
- Prerequisites
- None
- Research direction
- Locate the `@implicitNotFound` annotation on the `Ticker` type in the cats effect source code (likely in core or testkit module). The annotation currently suggests using `ticked` but that import is not part of the testkit. Update the message to reference the correct import path, such as `cats.effect.testkit.Ticker.ticked` or similar. Check the actual import location in the testkit module to ensure accuracy.