From f8cb06f7f1ce0bad185c2e4489dca9339b136745 Mon Sep 17 00:00:00 2001 From: "Mark S. Miller" Date: Fri, 22 Mar 2024 13:02:40 -0700 Subject: [PATCH] fixup! minor --- packages/zone/test/async-flow/test-convert.js | 2 +- packages/zone/test/async-flow/test-equate.js | 2 +- packages/zone/test/async-flow/test-replay-membrane.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/zone/test/async-flow/test-convert.js b/packages/zone/test/async-flow/test-convert.js index b8a9a5181e7c..bff0c547e702 100644 --- a/packages/zone/test/async-flow/test-convert.js +++ b/packages/zone/test/async-flow/test-convert.js @@ -85,7 +85,7 @@ const testConvert = (t, zone, { makeVowKit }, showOnConsole = false) => { if (showOnConsole) { // To see the annotation chain. Once we're synced with the next ses-ava, // change this to a t.log, so we will see the annotation chain in context. - console.log('gErr2', gErr2); + t.log('gErr2', gErr2); } }; diff --git a/packages/zone/test/async-flow/test-equate.js b/packages/zone/test/async-flow/test-equate.js index e000a4246161..59a252714c9b 100644 --- a/packages/zone/test/async-flow/test-equate.js +++ b/packages/zone/test/async-flow/test-equate.js @@ -86,7 +86,7 @@ const testEquate = (t, zone, { makeVowKit }, showOnConsole = false) => { if (showOnConsole) { // To see the annotation chain. Once we're synced with the next ses-ava, // change this to a t.log, so we will see the annotation chain in context. - console.log('hErr1', hErr1); + t.log('hErr1', hErr1); } }; diff --git a/packages/zone/test/async-flow/test-replay-membrane.js b/packages/zone/test/async-flow/test-replay-membrane.js index 6b99a0aba9ca..28116ca359e4 100644 --- a/packages/zone/test/async-flow/test-replay-membrane.js +++ b/packages/zone/test/async-flow/test-replay-membrane.js @@ -112,7 +112,7 @@ const testFirstPlay = async (t, zone, vowTools, showOnConsole = false) => { if (showOnConsole) { // To see the annotation chain. Once we're synced with the next ses-ava, // change this to a t.log, so we will see the annotation chain in context. - console.log('gErr', gErr); + t.log('gErr', gErr); } };