Skip to content

Commit

Permalink
chore: fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed Mar 3, 2024
1 parent 0747999 commit c9fd6dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/nodes_manager/queue_test.go
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down

0 comments on commit c9fd6dd

Please sign in to comment.