mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 12:57:18 +00:00
Fix GetHeadFromYaml is flakey (#3251)
* Forgot clear cache needs to be within the loop * space
This commit is contained in:
parent
e330fa5733
commit
6195a0bfa1
@ -130,7 +130,7 @@ func TestGetHeadFromYaml(t *testing.T) {
|
||||
if !bytes.Equal(head, wantedHead) {
|
||||
t.Errorf("wanted root %#x, got root %#x", wantedHead, head)
|
||||
}
|
||||
}
|
||||
|
||||
helpers.ClearAllCaches()
|
||||
helpers.ClearAllCaches()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user