Remove TODO I am not going to do

(This is simply defined in the protocol as Scalar::ONE)
This commit is contained in:
Vecna 2024-04-26 23:37:44 -04:00
parent 10966f39e9
commit 9f945a05af
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}