This commit is contained in:
Patrick O'Grady 2020-10-27 13:25:06 -07:00
parent 957c86c7f5
commit 9a05090fe5
No known key found for this signature in database
GPG key ID: 8DE11C985C0C8D85

View file

@ -207,7 +207,6 @@ func TestBlockService_Online_External(t *testing.T) {
assert.Equal(t, &types.BlockTransactionResponse{ assert.Equal(t, &types.BlockTransactionResponse{
Transaction: tx, Transaction: tx,
}, bTx) }, bTx)
} }
mockIndexer.AssertExpectations(t) mockIndexer.AssertExpectations(t)