Skip to content

Commit

Permalink
Fix timestamp in proto queries test
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Lebedev <[email protected]>
  • Loading branch information
lebdron authored and kamilsa committed Dec 27, 2017
1 parent 6015358 commit 649ce29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ TEST(ProtoQuery, QueryLoad) {
* @then query is built correctly
*/
TEST(ProtoQueryBuilder, Builder) {
uint64_t created_time = 10000000000ull, query_counter = 1;
uint64_t created_time = iroha::time::now(), query_counter = 1;
std::string account_id = "admin@test", asset_id = "coin#test";

iroha::protocol::Query proto_query;
Expand Down

0 comments on commit 649ce29

Please sign in to comment.