Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
陶辰 committed Jan 22, 2020
1 parent 43e80fc commit 7974242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/create_md5.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mod tests {
let opt = create_md5::create_md5::Opt{
input: PathBuf::from("src/main.rs"),
output: "l".to_string(),
t: "1".to_string(),
t: "str".to_string(),
};
let res = create_md5::create_md5::create_md5(opt).unwrap();
return res
Expand Down

0 comments on commit 7974242

Please sign in to comment.