diff --git a/tests/tests/protocols/balancer/BalancerV2StablePoolPriceFeed.t.sol b/tests/tests/protocols/balancer/BalancerV2StablePoolPriceFeed.t.sol index 698353f97..319ce9ded 100644 --- a/tests/tests/protocols/balancer/BalancerV2StablePoolPriceFeed.t.sol +++ b/tests/tests/protocols/balancer/BalancerV2StablePoolPriceFeed.t.sol @@ -50,7 +50,7 @@ abstract contract TestBase is IntegrationTest, BalancerV2Utils { } abstract contract ValueTest is TestBase { - // Also acts as a a success case for calcUnderlyingValues + // Also acts as a success case for calcUnderlyingValues function test_successViaValueInterpreter() public { // Register the bpt: // 1. register the pool factory on the price feed diff --git a/tests/tests/protocols/balancer/BalancerV2WeightedPoolPriceFeed.t.sol b/tests/tests/protocols/balancer/BalancerV2WeightedPoolPriceFeed.t.sol index 4b61a4b0e..9d6ea8fa4 100644 --- a/tests/tests/protocols/balancer/BalancerV2WeightedPoolPriceFeed.t.sol +++ b/tests/tests/protocols/balancer/BalancerV2WeightedPoolPriceFeed.t.sol @@ -50,7 +50,7 @@ abstract contract TestBase is IntegrationTest, BalancerV2Utils { } abstract contract ValueTest is TestBase { - // Also acts as a a success case for calcUnderlyingValues + // Also acts as a success case for calcUnderlyingValues function test_successViaValueInterpreter() public { // Register the bpt: // 1. register the pool factory on the price feed diff --git a/tests/tests/protocols/pendle/PendleV2Position.t.sol b/tests/tests/protocols/pendle/PendleV2Position.t.sol index d35579aa5..e9739568d 100644 --- a/tests/tests/protocols/pendle/PendleV2Position.t.sol +++ b/tests/tests/protocols/pendle/PendleV2Position.t.sol @@ -438,7 +438,7 @@ abstract contract PendleTestBase is IntegrationTest { // Test that a principal token can be bought through the native asset. function test_buyPrincipalToken_nativeAsset_success() public { - // Run the test conditionally if the token supports depositing in the the native asset. + // Run the test conditionally if the token supports depositing in the native asset. if (syToken.isValidTokenIn(PENDLE_NATIVE_ASSET_ADDRESS)) { __test_buyPrincipalToken_success({_depositTokenAddress: NATIVE_ASSET_ADDRESS}); }