After developing a new where API in PR #993, we have encountered a failure in the pipeline during the cargo test phase (details here: CI Run).
It appears that the issue may stem from modifications made to classes, possibly due to a hardcoded class hash. This is preventing the merging of PR dojoengine#993 as the pipeline fails to pass.
The task at hand is to verify whether the problem is indeed due to a hardcoded class hash. If confirmed, the necessary corrections should be implemented. If the hardcoded hash is not the cause, further investigation is required to identify the root of the problem and apply a fix.