Skip to content

Commit a83d659

Browse files
authored
Merge pull request #628 from superform-xyz/test7540
test: SUP-7453
2 parents a465b26 + 99312b7 commit a83d659

File tree

4 files changed

+805
-429
lines changed

4 files changed

+805
-429
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ build-sizes: ## Builds the project and shows sizes
119119

120120
.PHONY: test-vvv
121121
test-vvv: ## Runs tests with verbose output
122-
forge test --match-contract SuperformRouterPlusTest --evm-version cancun
122+
forge test --match-test test_7540_sameChainWithdraw_swapAsset --evm-version cancun -vvv
123123

124124
.PHONY: ftest
125125
ftest: ## Runs tests with cancun evm version
@@ -131,11 +131,11 @@ test-ci: ## Runs tests in CI mode
131131

132132
.PHONY: coverage
133133
coverage: ## Runs coverage
134-
FOUNDRY_PROFILE=coverage forge coverage --no-match-path "test/invariant/**/*.sol" --no-match-contract SuperformRouterPlusTest --evm-version cancun --report lcov
134+
FOUNDRY_PROFILE=coverage forge coverage --no-match-path "test/invariant/**/*.sol" --evm-version cancun --report lcov
135135

136136
.PHONY: coverage-t
137137
coverage-t: ## Runs coverage for a specific contract
138-
FOUNDRY_PROFILE=coverage forge coverage --match-contract SuperformRouterPlusTest --evm-version cancun --report lcov
138+
FOUNDRY_PROFILE=coverage forge coverage --match-contract ERC7540Form --evm-version cancun --report lcov
139139

140140
.PHONY: smoke-test
141141
smoke-test: ## Runs smoke tests

src/forms/ERC7540Form.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ contract ERC7540Form is IERC7540FormBase, BaseForm, LiquidityHandler {
459459
}
460460

461461
//////////////////////////////////////////////////////////////
462-
// DIRECT WITHDRAW HELPER FUNCTIONS //
462+
// WITHDRAW HELPER FUNCTIONS //
463463
//////////////////////////////////////////////////////////////
464464

465465
/// @inheritdoc BaseForm

0 commit comments

Comments
 (0)