From 5a7414e16349d6872a94db38955bf89edf621c30 Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Wed, 24 Apr 2024 13:34:21 -0700 Subject: chore: update deno_doc (#23544) --- tests/integration/doc_tests.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/integration/doc_tests.rs') diff --git a/tests/integration/doc_tests.rs b/tests/integration/doc_tests.rs index f541f5a18..8ebc46f32 100644 --- a/tests/integration/doc_tests.rs +++ b/tests/integration/doc_tests.rs @@ -139,7 +139,7 @@ fn deno_doc_html() { .run(); output.assert_exit_code(0); - assert_contains!(output.stderr(), "Written 14 files to"); + assert_contains!(output.stderr(), "Written 13 files to"); assert!(temp_dir.path().join("all_symbols.html").exists()); assert!(temp_dir.path().join("index.html").exists()); assert!(temp_dir.path().join("fuse.js").exists()); @@ -156,5 +156,4 @@ fn deno_doc_html() { .path() .join("~/MyClass.prototype.prop.html") .exists()); - assert!(temp_dir.path().join("~/index.html").exists()); } -- cgit v1.2.3