Skip to content

Commit

Permalink
fix: remove local modifier from global scope
Browse files Browse the repository at this point in the history
  • Loading branch information
amusingaxl committed Jul 27, 2023
1 parent 7e1fef6 commit ec5bbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-dssspell-forge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export FOUNDRY_OPTIMIZER=false
export FOUNDRY_OPTIMIZER_RUNS=200
export FOUNDRY_ROOT_CHAINID=1

local TEST_ARGS=''
TEST_ARGS=''

if [[ -n "$MATCH" ]]; then
TEST_ARGS="${TEST_ARGS} -vvv --match-test ${MATCH}"
Expand Down

0 comments on commit ec5bbf1

Please sign in to comment.