Co-authored-by: Radosław Kapka <rkapka@wp.pl>
This commit is contained in:
shuoer86 2023-10-19 20:23:11 +08:00 committed by GitHub
parent bc125a95ae
commit b4847ac9ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -807,7 +807,7 @@ func TestMultipleValidatorStatus_Pubkeys(t *testing.T) {
assert.Equal(t, len(pubKeys), len(response.Statuses))
for i, resp := range response.Statuses {
if !proto.Equal(want[i], resp) {
t.Fatalf("Wanted %v\n Recieved: %v\n", want[i], resp)
t.Fatalf("Wanted %v\n Received: %v\n", want[i], resp)
}
}
}
@ -902,7 +902,7 @@ func TestMultipleValidatorStatus_Indices(t *testing.T) {
assert.Equal(t, len(beaconState.Validators), len(response.Statuses))
for i, resp := range response.Statuses {
if !proto.Equal(want[i], resp) {
t.Fatalf("Wanted %v\n Recieved: %v\n", want[i], resp)
t.Fatalf("Wanted %v\n Received: %v\n", want[i], resp)
}
}
}

View File

@ -182,7 +182,7 @@ set "processargs=!processargs:*%1=!" & REM remove process from the list of argum
echo PRYSM_autorestart is set, restarting
GOTO autorestart
) else (
echo an error has occured, set PRYSM_AUTORESTART=1 to automatically restart
echo an error has occurred, set PRYSM_AUTORESTART=1 to automatically restart
)
:end