From c0b26c09104a5b5cb3b46d4f50856b9d5381f594 Mon Sep 17 00:00:00 2001 From: oddaf <106770775+oddaf@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:08:03 -0300 Subject: [PATCH] update test name to keep same convention as base test file --- src/DssSpell.t.sol | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/DssSpell.t.sol b/src/DssSpell.t.sol index 04f91a93..bc75f78e 100644 --- a/src/DssSpell.t.sol +++ b/src/DssSpell.t.sol @@ -949,7 +949,7 @@ contract DssSpellTest is DssSpellTestBase { // ----- Pre-spell sanity checks ----- // single swap conduits - _testSingleSwapRwaConduits(singleSwapConduits, MCD_PSM_USDC_A); + _checkSingleSwapRwaConduits(singleSwapConduits, MCD_PSM_USDC_A); // multi swap conduit assertEq (RwaConduitLike(RWA015_A_OUTPUT_CONDUIT).pal(MCD_PSM_USDC_A), 1); @@ -962,14 +962,14 @@ contract DssSpellTest is DssSpellTestBase { // ----- Post-spell state checks ----- // single swap conduits - _testSingleSwapRwaConduits(singleSwapConduits, MCD_LITE_PSM_USDC_A); + _checkSingleSwapRwaConduits(singleSwapConduits, MCD_LITE_PSM_USDC_A); // multi swap conduit assertEq (RwaConduitLike(RWA015_A_OUTPUT_CONDUIT).pal(MCD_PSM_USDC_A), 0); assertEq (RwaConduitLike(RWA015_A_OUTPUT_CONDUIT).pal(MCD_LITE_PSM_USDC_A), 1); } - function _testSingleSwapRwaConduits(address[9] memory conduits, address psm) internal { + function _checkSingleSwapRwaConduits(address[9] memory conduits, address psm) internal { for (uint256 i; i < conduits.length - 1; i++) { assertEq( RwaConduitLike(conduits[i]).psm(),