Skip to content

Commit 771d805

Browse files
NeoByteXxmatheusaaguiar
authored andcommitted
Fix typo in test script comments
1 parent f5134df commit 771d805

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/externalTests/brink.sh

+1-1
Original file line numberDiff line numberDiff 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

test/externalTests/elementfi.sh

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)