summaryrefslogtreecommitdiff
path: root/tests/integration/doc_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/doc_tests.rs')
-rw-r--r--tests/integration/doc_tests.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/integration/doc_tests.rs b/tests/integration/doc_tests.rs
index de28edd10..f541f5a18 100644
--- a/tests/integration/doc_tests.rs
+++ b/tests/integration/doc_tests.rs
@@ -149,10 +149,7 @@ fn deno_doc_html() {
assert!(temp_dir.path().join("search_index.js").exists());
assert!(temp_dir.path().join("styles.css").exists());
assert!(temp_dir.path().join("~/MyInterface.html").exists());
- assert!(temp_dir
- .path()
- .join("~/MyInterface.prototype.prop.html")
- .exists());
+ assert!(temp_dir.path().join("~/MyInterface.prop.html").exists());
assert!(temp_dir.path().join("~/MyClass.html").exists());
assert!(temp_dir.path().join("~/MyClass.prototype.html").exists());
assert!(temp_dir