Skip to content

Commit a836523

Browse files
OttoAllmendingerllm-git
andcommitted
fix(wasm-utxo): update fixture directory path from 'tests' to 'test'
Update the path reference in fixtures_directory() function and move all fixture files to the new location. Issue: BTC-2652 Co-authored-by: llm-git <[email protected]>
1 parent 5d9d325 commit a836523

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

packages/wasm-utxo/cli/src/format/fixtures.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pub fn generate_tree_text_with_scheme(
2323
/// Returns the path to the fixture directory
2424
pub fn fixtures_directory() -> PathBuf {
2525
let project_dir = env::current_dir().expect("Failed to get current directory");
26-
project_dir.join("tests").join("fixtures")
26+
project_dir.join("test").join("fixtures")
2727
}
2828

2929
/// Write tree output to a fixture file

0 commit comments

Comments
 (0)