Skip to content

Commit

Permalink
fix: test name
Browse files Browse the repository at this point in the history
  • Loading branch information
loicttn committed Feb 2, 2024
1 parent 409f6cf commit 98d4601
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/src/lrCompleteQueuedWithdrawal.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const abi = require(abi_path);

nano_models.forEach(function (model) {
test(
'[Nano ' + model.letter + '] Stake Eth',
'[Nano ' + model.letter + '] LR Complete Queued Withdrawal',
zemu(model, async (sim, eth) => {
const contract = new ethers.Contract(contractAddr, abi);

Expand Down
2 changes: 1 addition & 1 deletion tests/src/lrDepositIntoStrategy.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const right_clicks = 5;

nano_models.forEach(function (model) {
test(
'[Nano ' + model.letter + '] Deposit Into Strategy Normal',
'[Nano ' + model.letter + '] LR Deposit Into Strategy Normal',
zemu(model, async (sim, eth) => {
const contract = new ethers.Contract(contractAddr, abi);

Expand Down
2 changes: 1 addition & 1 deletion tests/src/lrQueueWithdrawal.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const abi = require(abi_path);

nano_models.forEach(function (model) {
test(
'[Nano ' + model.letter + '] Stake Eth',
'[Nano ' + model.letter + '] LR Queue Withdrawal',
zemu(model, async (sim, eth) => {
const contract = new ethers.Contract(contractAddr, abi);

Expand Down

0 comments on commit 98d4601

Please sign in to comment.