Skip to content

Commit

Permalink
chore: small corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
kupermind committed May 13, 2024
1 parent 6c39aa6 commit 5783699
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .solcover.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
};
};
2 changes: 1 addition & 1 deletion test/VoteWeighting.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5783699

Please sign in to comment.