Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Feb 16, 2023
1 parent 070d214 commit d771a20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/relayer/indexer/subscribe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package indexer

import (
"context"
"math/big"
"testing"
"time"

Expand All @@ -14,7 +13,7 @@ func Test_subscribe(t *testing.T) {
svc, bridge := newTestService()

go func() {
_ = svc.subscribe(context.Background(), big.NewInt(1))
_ = svc.subscribe(context.Background(), mock.MockChainID)
}()

<-time.After(6 * time.Second)
Expand Down

0 comments on commit d771a20

Please sign in to comment.