From 9b2b0fc1226ebe0858fcbed59d87bcaae8c8a2e9 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Thu, 30 Dec 2021 17:19:01 +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 73c846fb0..04e940f03 100644 --- a/pkg/commands/oscommands/os_test.go +++ b/pkg/commands/oscommands/os_test.go @@ -164,7 +164,7 @@ func TestOSCommandFileType(t *testing.T) { for _, s := range scenarios { s.setup() - s.test(NewDummyOSCommand().FileType(s.path)) + s.test(FileType(s.path)) _ = os.RemoveAll(s.path) } } -- cgit v1.2.3