From 82c8a86e643b6ebe7605844db5be52d8396d34b9 Mon Sep 17 00:00:00 2001 From: Jonathan Tran Date: Fri, 7 Feb 2025 11:41:06 -0500 Subject: [PATCH] Update output after rebase --- src/wasm-lib/kcl/tests/import_whole/ops.snap | 28 ++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/src/wasm-lib/kcl/tests/import_whole/ops.snap b/src/wasm-lib/kcl/tests/import_whole/ops.snap index 9a894cc159..640b1a39b1 100644 --- a/src/wasm-lib/kcl/tests/import_whole/ops.snap +++ b/src/wasm-lib/kcl/tests/import_whole/ops.snap @@ -1,12 +1,20 @@ --- source: kcl/src/simulation_tests.rs description: Operations executed import_whole.kcl -snapshot_kind: text --- [ { "labeledArgs": { "faces": { + "value": { + "type": "Array", + "value": [ + { + "type": "String", + "value": "end" + } + ] + }, "sourceRange": [ 97, 104, @@ -14,6 +22,10 @@ snapshot_kind: text ] }, "thickness": { + "value": { + "type": "Number", + "value": 0.25 + }, "sourceRange": [ 118, 122, @@ -28,6 +40,18 @@ snapshot_kind: text 0 ], "type": "StdLibCall", - "unlabeledArg": null + "unlabeledArg": { + "value": { + "type": "Solid", + "value": { + "artifactId": "[uuid]" + } + }, + "sourceRange": [ + 0, + 0, + 0 + ] + } } ]