boulder icon indicating copy to clipboard operation
boulder copied to clipboard

Change usage of time.Now() in tests to fakeclock.Now() where possible

Open pgporada opened this issue 2 years ago • 0 comments

Boulder tests mostly use fakeclock whose time only progresses when told to do to. Two adjacent calls to clk.Now() will always return the same value.

pgporada avatar Sep 26 '23 16:09 pgporada