summaryrefslogtreecommitdiff
path: root/cli/js/tests/location_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/tests/location_test.ts')
-rw-r--r--cli/js/tests/location_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/tests/location_test.ts b/cli/js/tests/location_test.ts
index 78ecb55b3..2d2faf0c2 100644
--- a/cli/js/tests/location_test.ts
+++ b/cli/js/tests/location_test.ts
@@ -3,5 +3,5 @@ import { unitTest, assert } from "./test_util.ts";
unitTest(function locationBasic(): void {
// location example: file:///Users/rld/src/deno/js/unit_tests.ts
- assert(window.location.toString().endsWith("unit_tests.ts"));
+ assert(window.location.toString().endsWith("unit_test_runner.ts"));
});