Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
simsekgokhan committed Dec 14, 2023
1 parent ad7e9f8 commit 76738f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/let_else.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fn process_str(s: &str) -> u64 {

#[test]
fn ex1_simple_works() {
assert_eq!(process_str("3"), 3);
assert_eq!(process_str("3"), 4);
}

#[test]
Expand Down

0 comments on commit 76738f0

Please sign in to comment.