ebtc-protocol/ebtc

Create unit tests for new CDP getter methods

Opened this issue · 0 comments

function getCdpData(bytes32 _cdpId) external view returns (Cdp memory);

  function getCdpIndexSnapshots(
      bytes32 _cdpId
  ) external view returns (CdpIndexSnapshots memory);
  • should return the correct data for a CDP at the given time