Skip to content

Commit b38b3f6

Browse files
committed
support exception on test param
1 parent e6e3f22 commit b38b3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SDKTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class SDKTest extends TestCase
113113
'envs' => [
114114
'deno-1.1.3' => 'docker run --rm -v $(pwd):/app -w /app hayd/alpine-deno:1.1.3 run --allow-net --allow-read tests/languages/deno/tests.ts', // TODO: use official image when its out
115115
],
116-
'supportException' => false,
116+
'supportException' => true,
117117
],
118118

119119
'node' => [

0 commit comments

Comments
 (0)