From 16b321b140113b8e973f08157269908811f2d2a4 Mon Sep 17 00:00:00 2001 From: Lars Lehtonen Date: Wed, 12 Feb 2020 13:32:45 -0800 Subject: [PATCH] internal/restic: fix dropped test error --- internal/restic/config_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/restic/config_test.go b/internal/restic/config_test.go index dd3ddcc74..506381965 100644 --- a/internal/restic/config_test.go +++ b/internal/restic/config_test.go @@ -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,