Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal committed Sep 13, 2023
1 parent 01f9ad8 commit 52c81ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tracker/event_tracker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
"testing"
"time"

"github.com/0xPolygon/polygon-edge/helper/common"
"github.com/0xPolygon/polygon-edge/types"
"github.com/hashicorp/go-hclog"
"github.com/stretchr/testify/require"
Expand Down Expand Up @@ -85,7 +84,7 @@ func TestEventTracker_TrackSyncEvents(t *testing.T) {
rpcEndpoint: server.HTTPAddr(),
contractAddr: addr,
numBlockConfirmations: numBlockConfirmations,
pollInterval: common.Duration{Duration: time.Second},
pollInterval: time.Second,
}

err = tracker.Start(context.Background())
Expand Down

0 comments on commit 52c81ea

Please sign in to comment.