diff options
Diffstat (limited to 'cli/tests/permission_test.ts')
-rw-r--r-- | cli/tests/permission_test.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/tests/permission_test.ts b/cli/tests/permission_test.ts index 33c3859cb..1e6abae21 100644 --- a/cli/tests/permission_test.ts +++ b/cli/tests/permission_test.ts @@ -21,10 +21,10 @@ const test: { [key: string]: Function } = { cmd: [ "python", "-c", - "import sys; sys.stdout.write('hello'); sys.stdout.flush()" - ] + "import sys; sys.stdout.write('hello'); sys.stdout.flush()", + ], }); - } + }, }; if (!test[name]) { |