mirror of
https://github.com/kopia/kopia.git
synced 2026-05-09 23:33:22 -04:00
Cleanup robustness tests and `local_fs_test.go` "Mechanical" changes: - Use `require` helpers - Use `testing.T` helpers Note change in functionality: The use of `require` helpers stops tests once a check fails. Before, various checks were using `t.Error`, which fails the test but allows the test to continue its execution. * refactor(general): cleanup robustness/snapmeta/kopia_persister_light_test.go Use `require` helpers Use `testing.T` helpers * refactor(general): cleanup local_fs_test.go * fix import order