소스 검색

Remove TODO I am not going to do

(This is simply defined in the protocol as Scalar::ONE)
Vecna 3 주 전
부모
커밋
9f945a05af
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/tests.rs

+ 1 - 1
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);
         }