Skip to content

Commit

Permalink
Review feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
partim committed Apr 11, 2024
1 parent 14df312 commit 24bf65e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/rrdp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1810,5 +1810,10 @@ mod test {
"https://foo.bar/1/2/3",
["https://foo.bar/", "https://foo.bar/4", "https://foo.bar/7/8"],
));

assert!(!check(
"https://foo.bar/1/2/3",
["https://foo.bar/", "https://foo.local/4"],
));
}
}

0 comments on commit 24bf65e

Please sign in to comment.