From 2bb6c74f428cb55de37dbb1d72a04de36c94006e Mon Sep 17 00:00:00 2001 From: Jonathan Tran Date: Mon, 2 Jun 2025 18:05:46 -0400 Subject: [PATCH] Update error message after engine change (#7330) --- rust/kcl-lib/tests/pattern_into_union/execution_error.snap | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rust/kcl-lib/tests/pattern_into_union/execution_error.snap b/rust/kcl-lib/tests/pattern_into_union/execution_error.snap index 9e762e28e..30142ff02 100644 --- a/rust/kcl-lib/tests/pattern_into_union/execution_error.snap +++ b/rust/kcl-lib/tests/pattern_into_union/execution_error.snap @@ -4,7 +4,8 @@ description: Error from executing pattern_into_union.kcl --- KCL Engine error - × engine: More than 2 solids were passed to the low-level CSG method + × engine: The Zoo engine cannot handle this 3D union yet. Please report + │ this as an issue ╭─[67:1] 66 │ 67 │ union([base,endTabs]) @@ -14,7 +15,8 @@ KCL Engine error ╰──── ╰─▶ KCL Engine error - × engine: More than 2 solids were passed to the low-level CSG method + × engine: The Zoo engine cannot handle this 3D union yet. Please + │ report this as an issue ╭─[67:1] 66 │ 67 │ union([base,endTabs])