Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-schott committed Jan 4, 2024
1 parent 9c3a894 commit 859ecde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leo/cli/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ mod tests {
// Set current directory to temporary directory
let temp_dir = temp_dir();
let project_directory = temp_dir.join("nested");
let registry = temp_dir.join(".aleo").join("registry").join("testnet3");
// let registry = temp_dir.join(".aleo").join("registry").join("testnet3");

// Create file structure
test_helpers::sample_nested_package(&temp_dir);
Expand Down

0 comments on commit 859ecde

Please sign in to comment.