Skip to content

Commit

Permalink
remove failing test from MockPriceFeed
Browse files Browse the repository at this point in the history
  • Loading branch information
valle-xyz committed Feb 12, 2024
1 parent 58223d2 commit 4000bbc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/setup/MockPriceFeed.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,5 @@ contract MockPriceFeed is IPriceFeed {
prices[_token] = _price;
}

function test_MockPriceFeed() public pure {
revert("MockPriceFeed::test_MockPriceFeed: This function excludes this contract from the coverage report.");
}
function test_MockPriceFeed() public pure {}
}

0 comments on commit 4000bbc

Please sign in to comment.