diff options
Diffstat (limited to 'pkg/system/stat_unix_test.go')
-rw-r--r-- | pkg/system/stat_unix_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/system/stat_unix_test.go b/pkg/system/stat_unix_test.go index 44e048f2a7..d1001a9e25 100644 --- a/pkg/system/stat_unix_test.go +++ b/pkg/system/stat_unix_test.go @@ -7,7 +7,7 @@ import ( "syscall" "testing" - "gotest.tools/assert" + "gotest.tools/v3/assert" ) // TestFromStatT tests fromStatT for a tempfile |