Skip to content

Commit

Permalink
more log debug
Browse files Browse the repository at this point in the history
  • Loading branch information
FGasper committed Jan 23, 2025
1 parent 68a1b24 commit 9e43601
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/verifier/change_stream_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,9 @@ func (suite *IntegrationTestSuite) TestStartAtTimeNoChanges() {

suite.Require().False(
verifier.srcChangeStreamReader.startAtTs.Before(*startAtTs),
"new startAtTs should be no earlier than last one",
"new startAtTs (%+v) should be no earlier than last one (%+v)",
verifier.srcChangeStreamReader.startAtTs,
*startAtTs,
)
}
}
Expand Down

0 comments on commit 9e43601

Please sign in to comment.