We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7816d5b commit c9a24dcCopy full SHA for c9a24dc
tests/AppleSwift55Test.php
@@ -16,7 +16,7 @@ class AppleSwift55Test extends Base
16
'cp tests/languages/apple/Tests.swift tests/sdks/apple/Tests/AppwriteTests/Tests.swift',
17
];
18
protected string $command =
19
- 'docker run --network="mockapi" --rm -v $(pwd):/app -w /app/tests/sdks/apple swift/5.6-focal swift test';
+ 'docker run --network="mockapi" --rm -v $(pwd):/app -w /app/tests/sdks/apple swift:5.6-focal swift test';
20
21
protected array $expectedOutput = [
22
...Base::FOO_RESPONSES,
0 commit comments