diff options
Diffstat (limited to 'std/examples/tests/catj_test.ts')
-rw-r--r-- | std/examples/tests/catj_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/examples/tests/catj_test.ts b/std/examples/tests/catj_test.ts index 58533ab60..99320fd1d 100644 --- a/std/examples/tests/catj_test.ts +++ b/std/examples/tests/catj_test.ts @@ -45,7 +45,7 @@ Deno.test("[examples/catj] print multiple files", async () => { const decoder = new TextDecoder(); const process = catj( "testdata/catj/simple-object.json", - "testdata/catj/simple-array.json" + "testdata/catj/simple-array.json", ); try { const output = await process.output(); |