Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj committed Oct 25, 2023
1 parent 8b9c5c9 commit 167c1e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion integration/common/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ import (
"context"
"errors"
"fmt"
"github.com/ethereum/go-ethereum/accounts/abi"
"math/big"
"math/rand"
"sync"
"time"

"github.com/ethereum/go-ethereum/accounts/abi"

"github.com/ethereum/go-ethereum/ethclient"
"github.com/obscuronet/go-obscuro/go/common/errutil"
"github.com/obscuronet/go-obscuro/go/common/retry"
Expand Down
4 changes: 2 additions & 2 deletions integration/obscurogateway/obscurogateway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ func TestObscuroGateway(t *testing.T) {
// run the tests against the exis
for name, test := range map[string]func(*testing.T, string, string){
//"testAreTxsMinted": testAreTxsMinted, this breaks the other tests bc, enable once concurency issues are fixed
//"testErrorHandling": testErrorHandling,
//"testErrorsRevertedArePassed": testErrorsRevertedArePassed,
"testErrorHandling": testErrorHandling,
"testErrorsRevertedArePassed": testErrorsRevertedArePassed,
"testMultipleAccountsSubscription": testMultipleAccountsSubscription,
} {
t.Run(name, func(t *testing.T) {
Expand Down

0 comments on commit 167c1e2

Please sign in to comment.