Skip to content

Commit bd93000

Browse files
task: Prohibit EB batch size to be greater than 10
1 parent f09547c commit bd93000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/sinks/eventbridge.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ describe('sinks/eventbridge.js', () => {
109109
.through(publish({ busName: 'b1', debug: (msg, v) => console.log(msg, v), metricsEnabled: true }))
110110
.collect()
111111
.tap((collected) => {
112-
console.log('C', JSON.stringify(collected, null, 2));
112+
// console.log(JSON.stringify(collected, null, 2));
113113

114114
expect(collected.length).to.equal(15);
115115
collected.forEach((c) => {

0 commit comments

Comments
 (0)