LayerZero-Labs / LayerZero-v2

Other
492 stars 312 forks source link

No tests on `DVNAdapter` in `DVN.t.sol` #56

Open abhi3700 opened 2 months ago

abhi3700 commented 2 months ago

When looking into DVN.t.sol file, at the setup level, there is no deployment of DVNAdapter contract. Neither there is any dependency or call made on DVNAdapter contract in the tests. I thought it should have been as per this diagram of DVN Adapter: image

Can we have those added please?