File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
namespace Tests ;
4
4
5
- class Deno1193Test extends Base
5
+ class Deno1404Test extends Base
6
6
{
7
7
protected string $ sdkName = 'deno ' ;
8
8
protected string $ sdkPlatform = 'server ' ;
@@ -13,7 +13,7 @@ class Deno1193Test extends Base
13
13
protected string $ class = 'Appwrite\SDK\Language\Deno ' ;
14
14
protected array $ build = [];
15
15
protected string $ command =
16
- 'docker run --network="mockapi" --rm -v $(pwd):/app -w /app denoland/deno:alpine-1.19.3 run --allow-net --allow-read tests/languages/deno/tests.ts ' ;
16
+ 'docker run --network="mockapi" --rm -v $(pwd):/app -w /app denoland/deno:alpine-1.40.4 run --allow-net --allow-read tests/languages/deno/tests.ts ' ;
17
17
18
18
protected array $ expectedOutput = [
19
19
...Base::FOO_RESPONSES ,
You can’t perform that action at this time.
0 commit comments