From 96c2887fd0c1ca95e6b3d55756be8d424f8d905a Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Thu, 30 Dec 2021 13:44:41 +1100 Subject: WIP --- pkg/commands/oscommands/os_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/commands/oscommands/os_test.go') diff --git a/pkg/commands/oscommands/os_test.go b/pkg/commands/oscommands/os_test.go index 424aa72b3..73c846fb0 100644 --- a/pkg/commands/oscommands/os_test.go +++ b/pkg/commands/oscommands/os_test.go @@ -55,7 +55,7 @@ func TestOSCommandRun(t *testing.T) { for _, s := range scenarios { c := NewDummyOSCommand() - s.test(c.Cmd.New(s.command)).Run() + s.test(c.Cmd.New(s.command).Run()) } } -- cgit v1.2.3