From 5783699bf7e90c8f6e4ac175b858031a42252d64 Mon Sep 17 00:00:00 2001 From: Aleksandr Kuperman Date: Mon, 13 May 2024 16:10:26 +0100 Subject: [PATCH] chore: small corrections --- .solcover.js | 9 ++++++--- test/VoteWeighting.js | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.solcover.js b/.solcover.js index 4e7bed3..8e55a91 100644 --- a/.solcover.js +++ b/.solcover.js @@ -9,10 +9,13 @@ module.exports = { "bridges/test/WormholeL1Receiver.sol", "bridges/test/WormholeL1Sender.sol", "bridges/test/WormholeL2ReceiverL1Sender.sol", + "multisigs/test/DelegatecallExploit.sol", + "multisigs/test/MockTimelockCM.sol", + "multisigs/test/MockTreasury.sol", "test/BridgeSetup.sol", "test/BrokenERC20.sol", + "test/EchidnaVoteWeightingAssert.sol", "test/SafeSetup.sol", - "multisigs/test/MockTimelockCM.sol", - "multisigs/test/MockTreasury.sol", + "test/VoteWeightingFuzzing.sol" ] -}; +}; \ No newline at end of file diff --git a/test/VoteWeighting.js b/test/VoteWeighting.js index 0657487..39576ae 100644 --- a/test/VoteWeighting.js +++ b/test/VoteWeighting.js @@ -4,7 +4,7 @@ const { expect } = require("chai"); const { ethers } = require("hardhat"); const helpers = require("@nomicfoundation/hardhat-network-helpers"); -describe("Voting Escrow OLAS", function () { +describe("Vot Weighting OLAS", function () { let olas; let ve; let vw;