Skip to content

Commit

Permalink
fix: fix a typo (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
saqib-ahmed authored Jun 27, 2024
1 parent 83cf1ca commit 491319a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/06_ticket_management/02_vec/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ mod tests {
}

#[test]
fn thirthieth() {
fn thirtieth() {
assert_eq!(fibonacci(30), 832040);
}
}

0 comments on commit 491319a

Please sign in to comment.