Skip to content

Commit

Permalink
linting-check
Browse files Browse the repository at this point in the history
Signed-off-by: deep-poharkar <[email protected]>
  • Loading branch information
deep-poharkar committed Feb 2, 2024
1 parent 9dc7c89 commit 84c62b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ package config
import (
"io/ioutil"
"os"

"testing"

"github.com/litmuschaos/litmusctl/pkg/types"
"github.com/stretchr/testify/assert"
"gopkg.in/yaml.v2"
yaml "gopkg.in/yaml.v2"
)

func TestCreateNewLitmusCtlConfig(t *testing.T) {
Expand Down

0 comments on commit 84c62b1

Please sign in to comment.