RageTrade / core

Perpetuals on Uniswap V3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor tests

134dd3v opened this issue · comments

Example

 VBase
    Functions
      ✓ Mint Unsuccessful
      ✓ Burn Unsuccessful
      ✓ Authorize
      ✓ Mint Successful
      ✓ Burn Unsuccessful

change this to

 VBase
    #mint
      ✓ unsuccessful
      ✓ success after authorise
    #burnFrom
      ✓ successful
      ✓ success after authorise