Skip to content

Commit

Permalink
chore: resolve lint
Browse files Browse the repository at this point in the history
  • Loading branch information
EclesioMeloJunior committed Jul 15, 2021
1 parent 46c73b3 commit b997e93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dot/rpc/modules/system_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,9 @@ func TestSyncState(t *testing.T) {

blockapiMock.On("GetHeader", fakeCommonHash).Return(nil, errors.New("Problems while getting header")).Once()
err = sysmodule.SyncState(nil, nil, nil)
require.Error(t, err)
}

func TestLocalListenAddresses(t *testing.T) {
ma, err := multiaddr.NewMultiaddr("/ip4/127.0.0.1/tcp/7001/p2p/12D3KooWCYyh5xoAc5oRyiGU4d9ktcqFQ23JjitNFR6bEcbw7YdN")
require.NoError(t, err)
Expand Down

0 comments on commit b997e93

Please sign in to comment.