Unskip merkle proof tests (#13704)

This commit is contained in:
Preston Van Loon 2024-03-07 13:18:25 -06:00 committed by GitHub
parent b0a2115a26
commit 20d013a30b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,6 @@ type SingleMerkleProof struct {
}
func RunMerkleProofTests(t *testing.T, config, forkOrPhase string, unmarshaller ssz_static.Unmarshaller) {
t.Skip("testvectors are not available yet")
runSingleMerkleProofTests(t, config, forkOrPhase, unmarshaller)
}