From 8743bbb82a0a07939bb036b1b316b879723f2729 Mon Sep 17 00:00:00 2001 From: Sebastian Tiedtke Date: Fri, 9 Feb 2024 13:16:31 -0500 Subject: [PATCH] Update snapshot --- tests/__snapshots__/module.test.ts.snap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/__snapshots__/module.test.ts.snap b/tests/__snapshots__/module.test.ts.snap index b92d027..00505c4 100644 --- a/tests/__snapshots__/module.test.ts.snap +++ b/tests/__snapshots__/module.test.ts.snap @@ -19,7 +19,7 @@ exports[`run 1`] = ` exports[`run 2`] = ` "{ \\"exitCode\\": 1, - \\"stdout\\": \\"failed to run command \\\\\\"fail\\\\\\": exit code: 1\\\\n\\", + \\"stdout\\": \\"could not execute command: failed to run command \\\\\\"fail\\\\\\": exit code: 1\\\\n\\", \\"stderr\\": \\"\\" }" `;