Merge pull request #4 from vrnvu/main
fixes usage valid_description typo
This commit is contained in:
commit
a8ba7ddec6
|
@ -34,7 +34,7 @@ mod tests {
|
|||
#[test]
|
||||
#[should_panic(expected = "Title cannot be empty")]
|
||||
fn title_cannot_be_empty() {
|
||||
Ticket::new("".into(), valid_title(), "To-Do".into());
|
||||
Ticket::new("".into(), valid_description(), "To-Do".into());
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Reference in New Issue