File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ function brink_test
6161 setup_solc " $DIR " " $BINARY_TYPE " " $BINARY_PATH "
6262 download_project " $repo " " $ref " " $DIR "
6363
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).
6565 sed -i " s|\(function isValidSignature(bytes \)calldata\( _data, bytes \)calldata\( _signature)\)|\1memory\2memory\3|g" src/Test/MockEIP1271Validator.sol
6666
6767 neutralize_package_lock
Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ function elementfi_test
9393 sed -i ' s|it(\("should prevent withdrawal of Principal Tokens and Interest Tokens before the tranche expires "\)|it.skip(\1|g' test/trancheTest.ts
9494 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
9595
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
9898 # service which makes tests time out when that service is down.
9999 # "ProviderError: Too Many Requests error received from eth-mainnet.alchemyapi.io"
100100 rm test/mockERC20YearnVaultTest.ts
You can’t perform that action at this time.
0 commit comments