diff --git a/platformtest/tests/listFilesystemVersions.go b/platformtest/tests/listFilesystemVersions.go index e8d3528..1f499cd 100644 --- a/platformtest/tests/listFilesystemVersions.go +++ b/platformtest/tests/listFilesystemVersions.go @@ -6,6 +6,7 @@ import ( "strings" "github.com/stretchr/testify/require" + "github.com/zrepl/zrepl/platformtest" "github.com/zrepl/zrepl/zfs" ) diff --git a/platformtest/tests/listFilesystems.go b/platformtest/tests/listFilesystems.go index 05f5167..f7f14d4 100644 --- a/platformtest/tests/listFilesystems.go +++ b/platformtest/tests/listFilesystems.go @@ -4,6 +4,7 @@ import ( "strings" "github.com/stretchr/testify/require" + "github.com/zrepl/zrepl/platformtest" "github.com/zrepl/zrepl/zfs" )