Skip to content

Commit

Permalink
fix: output points to a file
Browse files Browse the repository at this point in the history
  • Loading branch information
supermaxiste committed Jun 24, 2024
1 parent 390897d commit 0d08fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pass_second.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mod tests {
fn simple_encryption() {
let input_path = Path::new("tests/data/test.nt");
let config_path = Path::new("tests/data/config.yaml");
let output_path = Path::new("tests/data/");
let output_path = Path::new("tests/data/output.nt");
let type_map_path = Path::new("tests/data/type_map.nt");
let logger = log::create_logger(true);
encrypt(
Expand Down

0 comments on commit 0d08fdb

Please sign in to comment.