chore: Update patch filename test case

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-07-05 12:03:31 +00:00
parent 9e840be820
commit 70e76f1699

View File

@@ -587,7 +587,7 @@ base-commit: f670859b92d525874fd621452080c8479964ac6a"
assert_eq!( assert_eq!(
patch.filename("").unwrap(), patch.filename("").unwrap(),
PathBuf::from( PathBuf::from(
"v100-0032-feat-some-long-subject-some-long-subject-some-long-subject-s.patch" "v100-0032-feat-some-long-subject-some-long-subject-some-long-subject.patch"
) )
); );
} }