Skip to content

Commit 9ab8a2c

Browse files
committed
remove manual test parser.init
1 parent f5761ee commit 9ab8a2c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cdp/testing.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ const TestContext = struct {
121121
if (opts.html) |html| {
122122
if (bc.session_id == null) bc.session_id = "SID-X";
123123
parser.deinit();
124-
try parser.init();
125124
const page = try bc.session.createPage();
126125
page.doc = (try Document.init(html)).doc;
127126
}

0 commit comments

Comments
 (0)