Skip to content

Commit

Permalink
Fix rebase issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuntaner committed Oct 24, 2024
1 parent 97319a0 commit 73a8c79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rust-packages/ic-verifiable-credentials/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,6 @@ mod tests {
use ic_canister_sig_creation::{
extract_raw_root_pk_from_der, IC_ROOT_PK_DER, IC_ROOT_PK_DER_PREFIX,
};
use identity_core::common::Url;
use std::collections::HashMap;

const MINUTE_NS: u128 = 60 * 1_000_000_000;
Expand Down Expand Up @@ -787,7 +786,7 @@ mod tests {

fn test_time() -> Timestamp {
Timestamp::from_unix(
Duration::from_nanos(CURRENT_TIME_BEFORE_EXPIRY_NS as u64).as_secs() as i64,
Duration::from_nanos(ALIAS_CURRENT_TIME_BEFORE_EXPIRY_NS as u64).as_secs() as i64,
)
.unwrap()
}
Expand Down

0 comments on commit 73a8c79

Please sign in to comment.