mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +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:
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()
|
||||||
|
Loading…
Reference in New Issue
Block a user