Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-zip committed Oct 28, 2024
1 parent 3d7be16 commit 69ff4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion witch_craft/src/test/test_start.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ fn test_maidz_info() {

#[test]
fn test_gen_qrcode_from_argsv() {
lazy_exec("mkdir -p ~/Downloads".to_string());
let out = gen_qrcode_from_argsv(&["--data".to_string(), "some".to_string()]);
assert_eq!(out, 0);
lazy_exec("rm qrcode*".to_string());
}

#[test]
Expand Down

0 comments on commit 69ff4bd

Please sign in to comment.