summaryrefslogtreecommitdiff
path: root/cli/compat/esm_resolver.rs
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-02-24 15:29:36 -0500
committerDavid Sherret <dsherret@users.noreply.github.com>2022-02-24 17:45:39 -0500
commit5f280662042054e8272225ef81f2be3445a6b057 (patch)
tree71eee7da01d05241bb7a778e2ec81d4f0fadab68 /cli/compat/esm_resolver.rs
parent4deefafdd1b16126351447ba63fb269b19234767 (diff)
1.19.1 (#13762)
Diffstat (limited to 'cli/compat/esm_resolver.rs')
-rw-r--r--cli/compat/esm_resolver.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/compat/esm_resolver.rs b/cli/compat/esm_resolver.rs
index d2b45ba0f..68824ab11 100644
--- a/cli/compat/esm_resolver.rs
+++ b/cli/compat/esm_resolver.rs
@@ -1234,7 +1234,7 @@ mod tests {
let cwd = testdir("basic");
let main = Url::from_file_path(cwd.join("main.js")).unwrap();
let expected =
- Url::parse("https://deno.land/std@0.126.0/node/http.ts").unwrap();
+ Url::parse("https://deno.land/std@0.127.0/node/http.ts").unwrap();
let actual = node_resolve("http", main.as_str(), &cwd).unwrap();
assert!(matches!(actual, ResolveResponse::Esm(_)));