Skip to content

Commit

Permalink
refactor: fix the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
sysrex committed Jun 10, 2024
1 parent 79e18cd commit d3175f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions e2e/basic/basic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ package basic
import (
"context"

"github.com/celestiaorg/knuu/pkg/instance"
"github.com/stretchr/testify/assert"

"github.com/celestiaorg/knuu/pkg/instance"
)

const (
Expand Down Expand Up @@ -36,7 +37,7 @@ func (s *TestSuite) TestBasic() {
s.Require().NoError(target.Start(ctx))
s.Require().NoError(target.WaitInstanceIsRunning(ctx))

//Perform the test
// Perform the test
type testCase struct {
name string
}
Expand Down

0 comments on commit d3175f3

Please sign in to comment.