diff --git a/pkg/nodes_manager/queue_test.go b/pkg/nodes_manager/queue_test.go index f5b9224..9bcb5ed 100644 --- a/pkg/nodes_manager/queue_test.go +++ b/pkg/nodes_manager/queue_test.go @@ -1,11 +1,12 @@ package nodes_manager_test import ( - "github.com/stretchr/testify/require" configTypes "main/pkg/config/types" nodesManagerPkg "main/pkg/nodes_manager" "main/pkg/types" "testing" + + "github.com/stretchr/testify/require" ) func TestQueueAdd(t *testing.T) {