Skip to content

Commit ce323bb

Browse files
committed
add a note
1 parent abc9a69 commit ce323bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/BatchProcessor.test.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ describe('BatchProcessor', () => {
196196
seneca.message('aim:foo,color:red', async function(msg) {
197197
let bme = await batch.entry('episode', 'ingest', 'e0', { podcast_id: 'p0' })
198198

199-
out = { ok: true, planet: 'mars' }
199+
// NOTE: Should match "ok: true" but is essentially ignored according to the configuration.
200+
out = { ok: true, planet: 'mars', ddddd: 1, dd: 2 }
200201
ctx = { place: { order: 1 }, BatchMonitorEntry$: bme }
201202

202203
let workflow = preprocess(this, ctx, out)

0 commit comments

Comments
 (0)