mirror of
https://github.com/siderolabs/talos.git
synced 2025-11-03 01:41:26 +01:00
* Replace logging.Wrap(log.Writer()) with zaptest.NewLogger(suite.T()) where possible. * Replace reflect.DeepEqual with =|slices.Equal|bytes.Equal where possible. Signed-off-by: Dmitriy Matrenichev <dmitry.matrenichev@siderolabs.com>