Skip to content

Commit 89cca86

Browse files
committed
fix
1 parent 99b12f2 commit 89cca86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/transfer/ut/common/utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ struct Timestamp64Checker : public Checker<TInstant> {
7171
}
7272

7373
TInstant Get(const ::Ydb::Value& value) override {
74-
return TInstant::MilliSeconds(value.int64_value());
74+
return TInstant::MilliSeconds(value.uint64_value());
7575
}
7676

7777
void Assert(const std::string& msg, const ::Ydb::Value& value) override {

0 commit comments

Comments
 (0)