Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Burns <[email protected]>
  • Loading branch information
nicoburns committed Dec 17, 2024
1 parent cb5dab8 commit 4025bcb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/blitz-html/src/html_sink.rs
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,7 @@ impl<'b> TreeSink for DocumentHtmlParser<'b> {

#[test]
fn parses_some_html() {
use blitz_dom::{ColorScheme, Viewport};
use blitz_traits::net::DummyNetProvider;
use blitz_traits::{net::DummyNetProvider, ColorScheme, Viewport};
use std::sync::Arc;

let html = "<!DOCTYPE html><html><body><h1>hello world</h1></body></html>";
Expand Down

0 comments on commit 4025bcb

Please sign in to comment.