Skip to content

Commit

Permalink
fixed test name
Browse files Browse the repository at this point in the history
  • Loading branch information
fabcotech committed Oct 21, 2024
1 parent 3705c74 commit a4c8e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Multisig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ describe('Multisig contract 2-3 users', function () {
});
});

describe('Multisig contract 100 users', function () {
describe('Multisig contract 20 users', function () {
async function deploy() {
const [userAWallet, userBWallet, userCWallet] = await ethers.getSigners();
const Factory = await ethers.getContractFactory('Multisig');
Expand Down

0 comments on commit a4c8e8a

Please sign in to comment.