mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 06:46:34 +00:00
internal/restic: fix dropped test error
This commit is contained in:
parent
81c0b031f9
commit
16b321b140
@ -36,6 +36,7 @@ func TestConfig(t *testing.T) {
|
||||
rtest.OK(t, err)
|
||||
|
||||
_, err = saver(save).SaveJSONUnpacked(restic.ConfigFile, cfg1)
|
||||
rtest.OK(t, err)
|
||||
|
||||
load := func(ctx context.Context, tpe restic.FileType, id restic.ID, arg interface{}) error {
|
||||
rtest.Assert(t, tpe == restic.ConfigFile,
|
||||
|
Loading…
Reference in New Issue
Block a user