summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/integration_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index 67cafeeca..a0827ff68 100644
--- a/cli/tests/integration_tests.rs
+++ b/cli/tests/integration_tests.rs
@@ -922,7 +922,7 @@ fn ts_reload() {
.output()
.expect("failed to spawn script");
// check the output of the the bundle program.
- assert!(std::str::from_utf8(&output.stdout)
+ assert!(std::str::from_utf8(&output.stderr)
.unwrap()
.trim()
.contains("host.writeFile(\"deno://002_hello.js\")"));