mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
parent
bc125a95ae
commit
b4847ac9ad
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user