diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/tests/integration_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index b42315e1a..31d634274 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -4740,7 +4740,7 @@ fn compile() { .wait_with_output() .unwrap(); assert!(output.status.success()); - assert_eq!(output.stdout, "Welcome to Deno 🦕\n".as_bytes()); + assert_eq!(output.stdout, "Welcome to Deno!\n".as_bytes()); } #[test] |