Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj committed Oct 25, 2023
1 parent 8e4aeee commit 8b9c5c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion integration/obscurogateway/gateway_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ import (
"crypto/ecdsa"
"encoding/hex"
"fmt"
"github.com/obscuronet/go-obscuro/tools/walletextension/lib"
"io"
"net/http"
"strings"

"github.com/obscuronet/go-obscuro/tools/walletextension/lib"

"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/ethclient"
"github.com/obscuronet/go-obscuro/go/wallet"
Expand Down
1 change: 0 additions & 1 deletion integration/obscurogateway/obscurogateway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ func testMultipleAccountsSubscription(t *testing.T, httpURL, wsURL string) {
assert.Equal(t, 3, len(user1logs))
// user2 should see three events (two lifecycle events - same as user0) and event with his interaction with setMessage
assert.Equal(t, 2, len(user2logs))

}

func testAreTxsMinted(t *testing.T, httpURL, wsURL string) { //nolint: unused
Expand Down

0 comments on commit 8b9c5c9

Please sign in to comment.