Skip to content

Commit

Permalink
correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldjeffrey committed Feb 7, 2025
1 parent 8415142 commit 38a529d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile_verifier/src/heartbeats/last_location.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ mod tests {
"Good timestamp current"
);

// Moving an hour into the future should invalidate all timestamps
// Moving an 1 day into the future should invalidate all timestamps
// regardless of what has already been cached.
let future = now + Duration::days(1);
assert_eq!(
Expand Down

0 comments on commit 38a529d

Please sign in to comment.