summaryrefslogtreecommitdiff
path: root/tests/integration/cache_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/cache_tests.rs')
-rw-r--r--tests/integration/cache_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/cache_tests.rs b/tests/integration/cache_tests.rs
index 988cbc996..ff206c654 100644
--- a/tests/integration/cache_tests.rs
+++ b/tests/integration/cache_tests.rs
@@ -177,5 +177,5 @@ fn loads_type_graph() {
.new_command()
.args("cache --reload -L debug run/type_directives_js_main.js")
.run();
- output.assert_matches_text("[WILDCARD] - FileFetcher::fetch() - specifier: file:///[WILDCARD]/subdir/type_reference.d.ts[WILDCARD]");
+ output.assert_matches_text("[WILDCARD] - FileFetcher::fetch_no_follow_with_options - specifier: file:///[WILDCARD]/subdir/type_reference.d.ts[WILDCARD]");
}