Transparent Upgradeable Proxy test

Hey everyone,

In the file TransparentUpgradeableProxy.behaviour.js
there is a skipped test in the hierarchy

upgradeToAndCall
without migrations
when the call does not fail
when the sender is the admin

the test in case "is uses the storage of the proxy"

it describes what it expects from the initializable storage, but the contracts differs from the commnets

why is there this difference?
Why is this test expecting something different from the contract?

ps: when I changed the test to retrieve the slot 1 of the contract it works

Can you open an issue in the repository?

issue: https://github.com/OpenZeppelin/openzeppelin-contracts/issues/4164