Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Drwięga committed Aug 8, 2016
1 parent fe8a574 commit 3f07686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions signer/src/authcode_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ mod tests {
fn should_return_false_if_hash_is_valid_but_time_is_invalid() {
// given
let code = "23521352asdfasdfadf";
let time = 105;
let time2 = 95;
let time = 107;
let time2 = 93;
let codes = AuthCodes::new(vec![code.into()], || 100);

// when
Expand Down

0 comments on commit 3f07686

Please sign in to comment.