mirror of
https://github.com/kopia/kopia.git
synced 2026-03-23 16:42:53 -04:00
* More robust error comparisons in retention tests Update tests for retention to use `ErrorIs` checks instead of comparing error messages. * Use `require.NoError` in retention tests Minor cleanup to reduce branches in code by using `require.NoError` instead of if-blocks and `t.Fatal`.