Skip to content

Commit

Permalink
fix linter rants
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardmack committed May 13, 2021
1 parent bf8ec82 commit 976a820
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/polkadotjs_test/start_polkadotjs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ package polkadotjs_test

import (
"fmt"
"github.com/ChainSafe/gossamer/tests/utils"
"github.com/stretchr/testify/require"
"os"
"os/exec"
"strings"
"testing"

"github.com/ChainSafe/gossamer/tests/utils"
"github.com/stretchr/testify/require"
)

var polkadotSuite = "polkadot"
Expand Down

0 comments on commit 976a820

Please sign in to comment.