From 9f945a05af62a46c8f5a9359ab3829eb79d46b9d Mon Sep 17 00:00:00 2001 From: Vecna Date: Fri, 26 Apr 2024 23:37:44 -0400 Subject: [PATCH] Remove TODO I am not going to do (This is simply defined in the protocol as Scalar::ONE) --- src/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests.rs b/src/tests.rs index fd427cb..634a763 100644 --- a/src/tests.rs +++ b/src/tests.rs @@ -114,7 +114,7 @@ async fn test_credential_operations() { scalar_u32(&cred.invites_remaining).unwrap(), LEVEL_INVITATIONS[i] - j - 1 ); - // TODO: Where is this defined? Should I use the library constant? + assert_eq!(scalar_u32(&friend_cred.trust_level).unwrap(), 1); assert_eq!(&cred.bucket, &friend_cred.bucket); }