mirror of
https://github.com/kopia/kopia.git
synced 2026-02-01 10:13:23 -05: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`.