File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ function brink_test
61
61
setup_solc " $DIR " " $BINARY_TYPE " " $BINARY_PATH "
62
62
download_project " $repo " " $ref " " $DIR "
63
63
64
- # TODO: Remove this when Brink merges https://github.com/brinktrade/brink-core/pull/52
64
+ # TODO: Remove this once Brink merges PR #52 ( https://github.com/brinktrade/brink-core/pull/52).
65
65
sed -i " s|\(function isValidSignature(bytes \)calldata\( _data, bytes \)calldata\( _signature)\)|\1memory\2memory\3|g" src/Test/MockEIP1271Validator.sol
66
66
67
67
neutralize_package_lock
Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ function elementfi_test
93
93
sed -i ' s|it(\("should prevent withdrawal of Principal Tokens and Interest Tokens before the tranche expires "\)|it.skip(\1|g' test/trancheTest.ts
94
94
sed -i ' s|it(\("should prevent withdrawal of more Principal Tokens and Interest Tokens than the user has"\)|it.skip(\1|g' test/trancheTest.ts
95
95
96
- # This test file is very flaky. There's one particular cases that fails randomly (see
97
- # https://github.com/element-fi/elf-contracts/issues/240) but some others also depends on an external
96
+ # This test file is very flaky. There's one particular case that fails randomly (see
97
+ # https://github.com/element-fi/elf-contracts/issues/240) but some others also depend on an external
98
98
# service which makes tests time out when that service is down.
99
99
# "ProviderError: Too Many Requests error received from eth-mainnet.alchemyapi.io"
100
100
rm test/mockERC20YearnVaultTest.ts
You can’t perform that action at this time.
0 commit comments