Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdud007 committed Sep 3, 2024
1 parent b05f84a commit 90c3ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdp/src/hdp_run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ mod tests {
PathBuf::from("/path/to/sound_run.cairo")
);
assert_eq!(config.program_input_file, PathBuf::from("input.json"));
assert_eq!(config.is_cairo_format, false);
assert!(!config.is_cairo_format);
assert_eq!(
config.save_fetch_keys_file,
Some(PathBuf::from("/path/to/save_fetch_keys.json"))
Expand Down

0 comments on commit 90c3ca5

Please sign in to comment.