fix: failing test: Tweak TestWindowPostV1P1NV20 test condition
This commit is contained in:
parent
4872ad66a7
commit
286482fd99
@ -484,8 +484,9 @@ waitForProof:
|
|||||||
slmsg.Params = v1PostParams.Bytes()
|
slmsg.Params = v1PostParams.Bytes()
|
||||||
|
|
||||||
// Simulate call on inclTs's parents, so that the partition isn't already proven
|
// Simulate call on inclTs's parents, so that the partition isn't already proven
|
||||||
_, err = client.StateCall(ctx, slmsg, inclTs.Parents())
|
ret, err := client.StateCall(ctx, slmsg, inclTs.Parents())
|
||||||
require.ErrorContains(t, err, "expected proof of type StackedDRGWindow2KiBV1P1, got StackedDRGWindow2KiBV1")
|
require.NoError(t, err)
|
||||||
|
require.Contains(t, ret.Error, "expected proof of type StackedDRGWindow2KiBV1P1, got StackedDRGWindow2KiBV1")
|
||||||
|
|
||||||
for {
|
for {
|
||||||
//stm: @CHAIN_STATE_MINER_CALCULATE_DEADLINE_001
|
//stm: @CHAIN_STATE_MINER_CALCULATE_DEADLINE_001
|
||||||
|
Loading…
Reference in New Issue
Block a user