From 4f255cef09e419c00a1e79853f3014b138afd961 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Sun, 5 Apr 2020 20:14:38 +0200 Subject: [PATCH] zfs changes platformtest --- platformtest/tests/listFilesystemVersions.go | 1 + platformtest/tests/listFilesystems.go | 1 + 2 files changed, 2 insertions(+) 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" )