From b636b12566ea6c2862bf3adc6686c57e0d785ca3 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 2 Mar 2026 10:56:42 +0200 Subject: store: make Data carry injected deps (task 402) --- internal/cli/cli_test.go | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'internal/cli/cli_test.go') diff --git a/internal/cli/cli_test.go b/internal/cli/cli_test.go index 39c79aa..9ff0510 100644 --- a/internal/cli/cli_test.go +++ b/internal/cli/cli_test.go @@ -62,12 +62,11 @@ func testCLI(t *testing.T) (*CLI, *config.Config) { t.Cleanup(func() { sh.Close() }) return &CLI{ - cfg: cfg, - st: st, - g: g, - clip: clipboard.New("", ""), - sh: sh, - cipher: ciph, + cfg: cfg, + st: st, + g: g, + clip: clipboard.New("", ""), + sh: sh, }, cfg } -- cgit v1.2.3