Skip to content

Commit

Permalink
fix: market creation details
Browse files Browse the repository at this point in the history
  • Loading branch information
makcandrov committed Jul 31, 2023
1 parent e8cd11e commit e81b437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/blue_tests.tree
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
β”‚ └── revert with MARKET_CREATED
└── when market is not already created
└── it should create market

└── it should set lastUpdate[market.id()] to block.timetsamp
.
└── supply(Market calldata market, uint256 amount, address onBehalf, bytes calldata data) external
β”œβ”€β”€ when market is not created
Expand Down Expand Up @@ -205,4 +205,4 @@
└── when fee[id] != 0
β”œβ”€β”€ it should add accruedInterests.mulWadDown(fee[id]) to feeAmount
β”œβ”€β”€ it should add feeAmount.mulDivDown(totalSupplyShares[id], totalSupply[id] - feeAmount) to supplyShare[id][feeRecipient]
└── it should add feeAmount.mulDivDown(totalSupplyShares[id], totalSupply[id] - feeAmount) to totalSupplyShares[id]
└── it should add feeAmount.mulDivDown(totalSupplyShares[id], totalSupply[id] - feeAmount) to totalSupplyShares[id]

0 comments on commit e81b437

Please sign in to comment.