Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Sep 18, 2023
1 parent a5512a5 commit 432a982
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/relayer/mock/bridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ func (b *Bridge) WatchMessageSent(

sink <- &bridge.BridgeMessageSent{
Message: bridge.IBridgeMessage{
SrcChainId: big.NewInt(1),
SrcChainId: big.NewInt(1),
DestChainId: big.NewInt(1),
},
}
b.MessagesSent++
Expand Down

0 comments on commit 432a982

Please sign in to comment.