This gets us to the 20 expected fields in the cancun block headers without actually implementing any of the logic involved in those EIPs. What this does is it allows for the tests to run past where the header field check fails for each and every test. Now, when we implement the EIP logic, we will get more specific errors like expected hashes or values not matching, etc, until the tests pass / the logic is correctly implemented.
What was wrong?