Skip to content

v0.12.1

Latest
Compare
Choose a tag to compare
@ItalyPaleAle ItalyPaleAle released this 13 Sep 22:07
50fac88
events: make "WithClock" methods allowed without "unit" build tag (#62)

There are use cases where having those methods available even outside of a unit test is helpful, such as when the objects are instantiated with a clock that could be mocked in the unit test for the parent method.

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>