Sybren A. Stüvel d86c97d06e Manager: Use require.XXX() functions in task scheduler test
Instead of explicitly checking errors / nil values and calling
`t.Fatal()`, just use `require.NoError()` or `require.NotNil()`.

No functional changes. The wording of test failures will be slightly
different though.
2024-06-30 21:18:00 +02:00
..
2024-05-28 14:46:42 +02:00
2023-07-06 16:08:57 +02:00
2024-06-25 12:24:30 +02:00