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

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal committed Sep 8, 2023
1 parent 247aca5 commit e35e2eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tracker/event_tracker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ 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 @@ -84,6 +85,7 @@ func TestEventTracker_TrackSyncEvents(t *testing.T) {
rpcEndpoint: server.HTTPAddr(),
contractAddr: addr,
numBlockConfirmations: numBlockConfirmations,
pollInterval: common.Duration{Duration: time.Second},
}

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

0 comments on commit e35e2eb

Please sign in to comment.