Flamenco/internal/manager/sleep_scheduler
Sybren A. Stüvel b219f9b1c2 Manager tests: replace assert.NoError() with require.NoError()
Back in the days when I wrote the code, I didn't know about the
`require` package yet. Using `require.NoError()` makes the test code
more straight-forward.

No functional changes, except that when tests fail, they now fail
without panicking.
2024-03-16 12:14:39 +01:00
..
mocks Manager: Adjust code for renaming SocketIO... types to Event... 2024-02-05 09:25:43 +01:00
calculations_test.go Change Go package name from git.blender.org to projects.blender.org 2023-08-01 12:42:31 +02:00
calculations.go Manager: fix sleep scheduler time zone handling 2023-08-23 13:54:02 +00:00
interfaces.go Manager: Adjust code for renaming SocketIO... types to Event... 2024-02-05 09:25:43 +01:00
sleep_scheduler_test.go Manager tests: replace assert.NoError() with require.NoError() 2024-03-16 12:14:39 +01:00
sleep_scheduler.go Manager: Adjust code for renaming SocketIO... types to Event... 2024-02-05 09:25:43 +01:00