1
0
mirror of https://github.com/ceph/ceph-csi.git synced 2025-06-02 03:46:41 +00:00

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

@ -19,7 +19,7 @@ import (
"github.com/stretchr/testify/assert" "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() // TestFenceClusterNetwork is a minimal test for the FenceClusterNetwork()