Skip to content

Commit

Permalink
enable testRemoveChainlogValues
Browse files Browse the repository at this point in the history
  • Loading branch information
SidestreamColdMelon committed Oct 14, 2024
1 parent 270e94e commit 00d15ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DssSpell.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ contract DssSpellTest is DssSpellTestBase {
//assertEq(OsmAbstract(0xF15993A5C5BE496b8e1c9657Fd2233b579Cd3Bc6).wards(ORACLE_WALLET01), 1);
}

function testRemoveChainlogValues() public skipped { // add the `skipped` modifier to skip
function testRemoveChainlogValues() public { // add the `skipped` modifier to skip
string[1] memory removedKeys = [
"FLAPPER_MOM"
"VOTE_DELEGATE_PROXY_FACTORY"
];

for (uint256 i = 0; i < removedKeys.length; i++) {
Expand Down

0 comments on commit 00d15ed

Please sign in to comment.