Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
try fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lance6716 committed Jun 4, 2021
1 parent 1622325 commit 4aac1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v4/export/sql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ func (s *testSQLSuite) TestParseSnapshotToTSO(c *C) {
WillReturnRows(sqlmock.NewRows([]string{`unix_timestamp("2020/07/18 20:31:50")`}).AddRow(1595075510))
tso, err := parseSnapshotToTSO(db, snapshot)
c.Assert(err, IsNil)
c.Assert(tso, Equals, (unixTimeStamp<<18)*1000+1)
c.Assert(tso, Equals, (unixTimeStamp<<18)*1000)
c.Assert(mock.ExpectationsWereMet(), IsNil)

// generate columns not valid snapshot
Expand Down

0 comments on commit 4aac1e9

Please sign in to comment.