Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Aug 2, 2023
1 parent 6f7ddab commit eb37242
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/html/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ fn test_html_parsing_malformed_script() {
let mut doc_buf = DocumentBuffers::default();

let links = doc
.links_from_read::<_, ParagraphHasher>(&mut doc_buf, html.as_bytes(), false, false)
.links_from_read::<_, ParagraphHasher>(&mut doc_buf, html.as_bytes(), false)
.unwrap();

let used_link = |x: &'static str| {
Expand Down Expand Up @@ -424,7 +424,6 @@ fn test_document_links() {
"""#
.as_bytes(),
false,
false,
)
.unwrap();

Expand Down

0 comments on commit eb37242

Please sign in to comment.