From 690a5e7a6100935c7dbf596ac41bbe3d541857fb Mon Sep 17 00:00:00 2001 From: "monada-bot[bot]" Date: Wed, 13 Sep 2023 15:13:48 +0000 Subject: [PATCH] chore: self mutation (e2e-1of2.diff) Signed-off-by: monada-bot[bot] --- .../test_corpus/sdk_tests/queue/pop.main.w_compile_tf-aws.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/queue/pop.main.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/queue/pop.main.w_compile_tf-aws.md index 2a2c184d583..7576167da73 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/queue/pop.main.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/queue/pop.main.w_compile_tf-aws.md @@ -14,8 +14,8 @@ module.exports = function({ $q }) { const first = (await $q.pop()); const second = (await $q.pop()); const third = (await $q.pop()); - {((cond) => {if (!cond) throw new Error("assertion failed: first == \"Foo\"")})((((a,b) => { try { return require('assert').deepStrictEqual(a,b) === undefined; } catch { return false; } })(first,"Foo")))}; - {((cond) => {if (!cond) throw new Error("assertion failed: second == \"Bar\"")})((((a,b) => { try { return require('assert').deepStrictEqual(a,b) === undefined; } catch { return false; } })(second,"Bar")))}; + {((cond) => {if (!cond) throw new Error("assertion failed: first == \"Foo\" || first == \"Bar\"")})(((((a,b) => { try { return require('assert').deepStrictEqual(a,b) === undefined; } catch { return false; } })(first,"Foo")) || (((a,b) => { try { return require('assert').deepStrictEqual(a,b) === undefined; } catch { return false; } })(first,"Bar"))))}; + {((cond) => {if (!cond) throw new Error("assertion failed: second == \"Foo\" || second == \"Bar\"")})(((((a,b) => { try { return require('assert').deepStrictEqual(a,b) === undefined; } catch { return false; } })(second,"Foo")) || (((a,b) => { try { return require('assert').deepStrictEqual(a,b) === undefined; } catch { return false; } })(second,"Bar"))))}; {((cond) => {if (!cond) throw new Error("assertion failed: third == nil")})((((a,b) => { try { return require('assert').deepStrictEqual(a,b) === undefined; } catch { return false; } })(third,undefined)))}; } }