A lot of tests in https://github.com/NethermindEth/warp/blob/develop/tests/behaviour/expectations/behaviour.ts use plain arrays to express uint256 as input/output. It should be changed to use `toCairoUint256` helper function
A lot of tests in https://github.com/NethermindEth/warp/blob/develop/tests/behaviour/expectations/behaviour.ts use plain arrays to express uint256 as input/output. It should be changed to use
toCairoUint256helper function