From a95a64d3d31f0262db1c76740acd3414a8895a15 Mon Sep 17 00:00:00 2001 From: Chris Rybicki Date: Wed, 13 Sep 2023 14:06:40 +0300 Subject: [PATCH] update snaps --- examples/tests/sdk_tests/table/{get.w => get.main.w} | 0 ...ompile_tf-aws.md => get.main.w_compile_tf-aws.md} | 4 ++-- .../sdk_tests/table/get.main.w_test_sim.md | 12 ++++++++++++ .../test_corpus/sdk_tests/table/get.w_test_sim.md | 12 ------------ 4 files changed, 14 insertions(+), 14 deletions(-) rename examples/tests/sdk_tests/table/{get.w => get.main.w} (100%) rename tools/hangar/__snapshots__/test_corpus/sdk_tests/table/{get.w_compile_tf-aws.md => get.main.w_compile_tf-aws.md} (94%) create mode 100644 tools/hangar/__snapshots__/test_corpus/sdk_tests/table/get.main.w_test_sim.md delete mode 100644 tools/hangar/__snapshots__/test_corpus/sdk_tests/table/get.w_test_sim.md diff --git a/examples/tests/sdk_tests/table/get.w b/examples/tests/sdk_tests/table/get.main.w similarity index 100% rename from examples/tests/sdk_tests/table/get.w rename to examples/tests/sdk_tests/table/get.main.w diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/get.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/get.main.w_compile_tf-aws.md similarity index 94% rename from tools/hangar/__snapshots__/test_corpus/sdk_tests/table/get.w_compile_tf-aws.md rename to tools/hangar/__snapshots__/test_corpus/sdk_tests/table/get.main.w_compile_tf-aws.md index 92b711312bb..75e26c0eee4 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/get.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/get.main.w_compile_tf-aws.md @@ -1,4 +1,4 @@ -# [get.w](../../../../../../examples/tests/sdk_tests/table/get.w) | compile | tf-aws +# [get.main.w](../../../../../../examples/tests/sdk_tests/table/get.main.w) | compile | tf-aws ## inflight.$Closure1-1.js ```js @@ -147,7 +147,7 @@ class $Root extends $stdlib.std.Resource { } } const $App = $stdlib.core.App.for(process.env.WING_TARGET); -new $App({ outdir: $outdir, name: "get", rootConstruct: $Root, plugins: $plugins, isTestEnvironment: $wing_is_test, entrypointDir: process.env['WING_SOURCE_DIR'], rootId: process.env['WING_ROOT_ID'] }).synth(); +new $App({ outdir: $outdir, name: "get.main", rootConstruct: $Root, plugins: $plugins, isTestEnvironment: $wing_is_test, entrypointDir: process.env['WING_SOURCE_DIR'], rootId: process.env['WING_ROOT_ID'] }).synth(); ``` diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/get.main.w_test_sim.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/get.main.w_test_sim.md new file mode 100644 index 00000000000..9450ec80c69 --- /dev/null +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/get.main.w_test_sim.md @@ -0,0 +1,12 @@ +# [get.main.w](../../../../../../examples/tests/sdk_tests/table/get.main.w) | test | sim + +## stdout.log +```log +pass ─ get.main.wsim » root/env0/test:get + + +Tests 1 passed (1) +Test Files 1 passed (1) +Duration +``` + diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/get.w_test_sim.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/get.w_test_sim.md deleted file mode 100644 index 1ed0884e858..00000000000 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/get.w_test_sim.md +++ /dev/null @@ -1,12 +0,0 @@ -# [get.w](../../../../../../examples/tests/sdk_tests/table/get.w) | test | sim - -## stdout.log -```log -pass ─ get.wsim » root/env0/test:get - - -Tests 1 passed (1) -Test Files 1 passed (1) -Duration -``` -