Skip to content

Commit

Permalink
add param for sqlserver e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
GOODBOY008 committed Jun 15, 2023
1 parent 621ca21 commit 8dc2a62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public LsnOffset(Lsn lsn) {
}

public Lsn getLcn() {
return Lsn.valueOf(offset.get(SourceInfo.COMMIT_LSN_KEY));
return Lsn.valueOf(offset.get(SourceInfo.CHANGE_LSN_KEY));
}

@Override
Expand Down

0 comments on commit 8dc2a62

Please sign in to comment.