We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b12f2 commit 89cca86Copy full SHA for 89cca86
ydb/core/transfer/ut/common/utils.h
@@ -71,7 +71,7 @@ struct Timestamp64Checker : public Checker<TInstant> {
71
}
72
73
TInstant Get(const ::Ydb::Value& value) override {
74
- return TInstant::MilliSeconds(value.int64_value());
+ return TInstant::MilliSeconds(value.uint64_value());
75
76
77
void Assert(const std::string& msg, const ::Ydb::Value& value) override {
0 commit comments