Skip to content

Commit

Permalink
fixup! minor
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Mar 22, 2024
1 parent 4910316 commit f8cb06f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/zone/test/async-flow/test-convert.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
};

Expand Down
2 changes: 1 addition & 1 deletion packages/zone/test/async-flow/test-equate.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
};

Expand Down
2 changes: 1 addition & 1 deletion packages/zone/test/async-flow/test-replay-membrane.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
};

Expand Down

0 comments on commit f8cb06f

Please sign in to comment.