Show it tests that it works even better

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera 2020-07-31 14:26:43 +02:00
parent fc0bd2cda5
commit a8c6253fc7
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA

View File

@ -72,7 +72,7 @@ func TestSelectNotOverLimited(t *testing.T) {
Nonce: uint64(1 + i),
Value: types.FromFil(0),
GasLimit: 10 * gasUsed,
GasPrice: types.NewInt(1),
GasPrice: types.NewInt(9),
})
}
outmsgs, err := SelectMessages(ctx, af, &types.TipSet{}, wrapMsgs(append(goodMsgs, badMsgs...)))