aboutsummaryrefslogtreecommitdiffstats
path: root/rust/tests/test_auth.rs
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-05-20 15:01:30 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-05-20 15:01:30 -0700
commit9f25c2b4bd1e600448512fa6c4553acb6a3d92d6 (patch)
tree08bf839164397f8191a3949e245ecd3beb5aa0a9 /rust/tests/test_auth.rs
parent510dc33c55b1aa993fc3e0e7085184ecbda8ef04 (diff)
downloadfatcat-9f25c2b4bd1e600448512fa6c4553acb6a3d92d6.tar.gz
fatcat-9f25c2b4bd1e600448512fa6c4553acb6a3d92d6.zip
make some XXX into TODO
Diffstat (limited to 'rust/tests/test_auth.rs')
-rw-r--r--rust/tests/test_auth.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/tests/test_auth.rs b/rust/tests/test_auth.rs
index a9e7cbb0..c684490f 100644
--- a/rust/tests/test_auth.rs
+++ b/rust/tests/test_auth.rs
@@ -47,6 +47,6 @@ fn test_auth_db() {
auth::revoke_tokens(&conn, editor_id).unwrap();
// verification should fail
- // XXX: one-second slop breaks this
+ // TODO: one-second slop breaks this
//assert!(c.parse_macaroon_token(&conn, &token, None).is_err());
}