Skip to content

Commit

Permalink
♻️ Refactor results display
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPoblete committed Dec 11, 2024
1 parent 205ba61 commit 24d36a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion apps/contracts/src/tests/blend/test_strategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ export async function testBlendStrategy(user?: Keypair) {
}catch(e){
harvestStatus = false
console.log('error', e)
return false
}

return { status:{
Expand Down
6 changes: 3 additions & 3 deletions apps/contracts/src/tests/mainTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -536,9 +536,9 @@ switch (tests) {
const twoStrategies = await testVaultTwoStrategies();
const blendStrategy = await testBlendStrategy();
const blendVault = await testBlendVault();
console.log(green, "----------------------------------------------------------------------------------------------------------------------------------------------")
console.log(green, "All tests passed successfully");
console.log(green, "----------------------------------------------------------------------------------------------------------------------------------------------")
console.log(yellow, "----------------------------------------------------------------------------------------------------------------------------------------------")
console.log(yellow, "All tests finished, results:");
console.log(yellow, "----------------------------------------------------------------------------------------------------------------------------------------------")
console.log("")
console.log(green, "----------------------------------------------------------------------------------------------------------------------------------------------")
console.log(green, "One strategy results")
Expand Down

0 comments on commit 24d36a1

Please sign in to comment.