summaryrefslogtreecommitdiffstats
path: root/sqv/tests/not-before-after.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-11-20 19:02:34 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-11-21 16:25:30 +0100
commitb251f9e8857fba284f515061ac62013519997e30 (patch)
tree8cb3501b8cb32e43496e56dd76446ba7559c7eed /sqv/tests/not-before-after.rs
parent13c437470cc7377d7b761b5bb9b8d4efb0ba385e (diff)
openpgp: Replace time crate with std::time.
- In sq and sqv, use chrono to interface with the user. - Fixes #341.
Diffstat (limited to 'sqv/tests/not-before-after.rs')
-rw-r--r--sqv/tests/not-before-after.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqv/tests/not-before-after.rs b/sqv/tests/not-before-after.rs
index 1bae9d06..0295dbd9 100644
--- a/sqv/tests/not-before-after.rs
+++ b/sqv/tests/not-before-after.rs
@@ -53,7 +53,7 @@ mod integration {
.with_args(
&["--keyring",
&p("keys/emmelie-dorothea-dina-samantha-awina-ed25519.pgp"),
- "--not-after", "2018-08-14",
+ "--not-after", "2018-08-13",
&p("messages/a-cypherpunks-manifesto.txt.ed25519.sig"),
&p("messages/a-cypherpunks-manifesto.txt")])
.fails()