Improve the fuzz test filtering logic to fix a test failing for [0,1] and[1]- the leading zeros in the first array were making the test precondition pass but since leading zeros can be discarded, the twoUInt8Array`s are actually the same and the precondition should have failed. The failing action run can be found here
In this PR
[0,1] and
[1]- the leading zeros in the first array were making the test precondition pass but since leading zeros can be discarded, the two
UInt8Array`s are actually the same and the precondition should have failed. The failing action run can be found here