Skip to content

Commit 7ef0fbd

Browse files
committed
Fix for tests.
1 parent f45677b commit 7ef0fbd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/module-mysql/test/src/BinLogListener.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,7 @@ class TestBinLogEventHandler implements BinLogEventHandler {
155155
async onCommit(lsn: string) {
156156
this.commitCount++;
157157
}
158+
159+
async onTransactionStart(options: { timestamp: Date }) {}
160+
async onRotate() {}
158161
}

0 commit comments

Comments
 (0)