Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal committed Sep 8, 2023
1 parent f47c9ae commit dd26e6d
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 dd26e6d

Please sign in to comment.