diff --git a/cmd/lotus-miner/actor_test.go b/cmd/lotus-miner/actor_test.go index 9df553cd6..2a6700e73 100644 --- a/cmd/lotus-miner/actor_test.go +++ b/cmd/lotus-miner/actor_test.go @@ -72,7 +72,7 @@ func TestWorkerKeyChange(t *testing.T) { result := output.String() output.Reset() - require.Contains(t, result, fmt.Sprintf("Worker key change to %s successfully proposed.", newKey)) + require.Contains(t, result, fmt.Sprintf("Worker key change to %s successfully sent", newKey)) epochRe := regexp.MustCompile("at or after height (?P[0-9]+) to complete") matches := epochRe.FindStringSubmatch(result)