cleanup: remove import alias for fence library

this commit remove unneeded import alias of fence library
from the network_fence test.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal 2022-04-14 17:28:35 +05:30 committed by mergify[bot]
parent 8c34554e17
commit 4c4879ba8b

View File

@ -19,7 +19,7 @@ import (
"github.com/stretchr/testify/assert"
fence "github.com/csi-addons/spec/lib/go/fence"
"github.com/csi-addons/spec/lib/go/fence"
)
// TestFenceClusterNetwork is a minimal test for the FenceClusterNetwork()