From 802c9cb412e65e9028a6798a1e8ce737e9ae6227 Mon Sep 17 00:00:00 2001 From: "monada-bot[bot]" Date: Thu, 24 Aug 2023 17:27:34 +0000 Subject: [PATCH] chore: self mutation (e2e-2of2.diff) Signed-off-by: monada-bot[bot] --- tools/hangar/__snapshots__/invalid.ts.snap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/hangar/__snapshots__/invalid.ts.snap b/tools/hangar/__snapshots__/invalid.ts.snap index d8dea1880dc..ce6566434ee 100644 --- a/tools/hangar/__snapshots__/invalid.ts.snap +++ b/tools/hangar/__snapshots__/invalid.ts.snap @@ -88,11 +88,11 @@ Duration " `; exports[`bring_jsii.w 1`] = ` -"error: bring jsii-code-samples must be assigned to an identifier (e.g. bring \\"foo\\" as foo) +"error: bring \\"jsii-code-samples\\" must be assigned to an identifier (e.g. bring \\"foo\\" as foo) --> ../../../examples/tests/invalid/bring_jsii.w:1:1 | 1 | bring \\"jsii-code-samples\\"; - | ^^^^^^^^^^^^^^^^^^^^^^^^^^ bring jsii-code-samples must be assigned to an identifier (e.g. bring \\"foo\\" as foo) + | ^^^^^^^^^^^^^^^^^^^^^^^^^^ bring \\"jsii-code-samples\\" must be assigned to an identifier (e.g. bring \\"foo\\" as foo) error: Unable to load \\"foobar\\": Module not found in \\"../../../examples/tests/invalid/bring_jsii.w\\"