Skip to content

Commit 99c9a40

Browse files
committed
Fix test bug.
1 parent c8fd02e commit 99c9a40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/processor-tests.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ describe('processor.Processors IT Test Suite', function () {
254254

255255
await cache.invokeAll([val123, 'a'], ep)
256256

257-
await t.compareEntries([[val123, val123], [val234, val123],
258-
[val345, val123], [val456, val456], ['a', 'b']], await cache.entries())
257+
await t.compareEntries([[val123, val123], [val234, val234],
258+
[val345, val345], [val456, val456], ['a', 'b']], await cache.entries())
259259
})
260260
})
261261

0 commit comments

Comments
 (0)