Skip to content

Commit

Permalink
Update output after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jtran committed Feb 7, 2025
1 parent 3b27bac commit 27a9405
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions src/wasm-lib/kcl/tests/import_whole/ops.snap
Original file line number Diff line number Diff line change
@@ -1,19 +1,31 @@
---
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,
0
]
},
"thickness": {
"value": {
"type": "Number",
"value": 0.25
},
"sourceRange": [
118,
122,
Expand All @@ -28,6 +40,18 @@ snapshot_kind: text
0
],
"type": "StdLibCall",
"unlabeledArg": null
"unlabeledArg": {
"value": {
"type": "Solid",
"value": {
"artifactId": "[uuid]"
}
},
"sourceRange": [
0,
0,
0
]
}
}
]

0 comments on commit 27a9405

Please sign in to comment.