Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
Signed-off-by: dkijania <dariusz.kijania@iohk.io>
  • Loading branch information
dkijania committed Jun 24, 2019
1 parent 2bdbb5d commit 2d70073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jcli/tests/common/time.rs
Expand Up @@ -2,7 +2,7 @@

use std::time::SystemTime;

pub fn get_current_time_epoch() {
pub fn get_current_time_epoch() -> u64 {
SystemTime::now()
.duration_since(std::time::SystemTime::UNIX_EPOCH)
.unwrap_or_default()
Expand Down

0 comments on commit 2d70073

Please sign in to comment.