Update unit tests to use new test Context #3157
Labels
backlog
Currently unprioritized work. May change with user feedback or as the product progresses.
good first issue
Good for newcomers
tech-debt
Short-term pain, long-term benefit
tests
Pull requests that update tests
As of Go 1.24, the testing package provides a t.Context method that creates a context that is canceled once a test completes.
https://tip.golang.org/doc/go1.24#testingpkgtesting
Acceptance
The text was updated successfully, but these errors were encountered: