From 79106d757f0ce593cca0946dee529c9b22df4dc6 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 1 Apr 2022 11:49:16 -0400 Subject: [PATCH] chore: fix main (#14175) --- cli/tests/integration/compile_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/tests/integration/compile_tests.rs b/cli/tests/integration/compile_tests.rs index dad607544d..3d2a17ecca 100644 --- a/cli/tests/integration/compile_tests.rs +++ b/cli/tests/integration/compile_tests.rs @@ -189,7 +189,7 @@ fn standalone_load_datauri() { // https://github.com/denoland/deno/issues/13704 #[test] fn standalone_follow_redirects() { - let dir = TempDir::new().unwrap(); + let dir = TempDir::new(); let exe = if cfg!(windows) { dir.path().join("follow_redirects.exe") } else {