cmd/devp2p/internal/ethtest: remove debug-hack flaw preventing tests from running

This commit is contained in:
Martin Holst Swende 2023-11-23 08:14:20 +01:00
parent 63127f5443
commit df81d4a30c
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -461,7 +461,7 @@ func (s *Suite) TestSnapTrieNodes(t *utesting.T) {
common.HexToHash("0xbe3d75a1729be157e79c3b77f00206db4d54e3ea14375a015451c88ec067c790"),
},
},
}[7:] {
} {
tc := tc
if err := s.snapGetTrieNodes(t, &tc); err != nil {
t.Errorf("test %d \n #hashes %x\n root: %#x\n bytes: %d\nfailed: %v", i, len(tc.expHashes), tc.root, tc.nBytes, err)