Skip to content

Commit

Permalink
Rename test/src/sdk-harness/test-helpers to test_helpers. (FuelLabs#1466
Browse files Browse the repository at this point in the history
)
  • Loading branch information
otrho authored May 4, 2022
1 parent 489f0ca commit 07d3669
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/src/sdk-harness/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rand = "0.8"
tokio = { version = "1.12", features = ["rt", "macros"] }

[dev-dependencies]
test-helpers = { path = "./test-helpers"}
test-helpers = { path = "./test_helpers"}

[[test]]
harness = true
Expand Down
2 changes: 1 addition & 1 deletion test/src/sdk-harness/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ while true; do
fi
done

test_dirs="${base_dir}/test_*/*"
test_dirs="${base_dir}/test_artifacts/* ${base_dir}/test_projects/*"

for test_dir in $test_dirs; do
if [[ -f "${test_dir}/Forc.toml" ]]; then
Expand Down

0 comments on commit 07d3669

Please sign in to comment.