diff options
Diffstat (limited to 'tests/testdata/workers/static_remote.ts')
-rw-r--r-- | tests/testdata/workers/static_remote.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdata/workers/static_remote.ts b/tests/testdata/workers/static_remote.ts index 2d6e820fd..6bb64eccd 100644 --- a/tests/testdata/workers/static_remote.ts +++ b/tests/testdata/workers/static_remote.ts @@ -1,2 +1,2 @@ -// This file doesn't really exist, but it doesn't matter, a "PermissionsDenied" error should be thrown. +// This file doesn't really exist, but it doesn't matter, a "NotCapable" error should be thrown. import "https://example.com/some/file.ts"; |