Skip to content

Commit

Permalink
fix clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Theta-Dev committed Jun 10, 2024
1 parent 2fb8ed0 commit 030ceae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-cliff-core/src/repo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ mod test {
let remote = repository.upstream_remote()?;
assert_eq!(
Remote {
url: Some(Url::parse("https://github.com").unwrap()),
url: Some(Url::parse("https://github.com").expect("invalid url")),
owner: String::from("orhun"),
repo: String::from("git-cliff"),
token: None,
Expand Down

0 comments on commit 030ceae

Please sign in to comment.