瀏覽代碼

Update the name of one test

Ian Goldberg 3 年之前
父節點
當前提交
a3b631c384
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/tests.rs

+ 1 - 1
tests/tests.rs

@@ -6,7 +6,7 @@ use lox::BridgeDb;
 use curve25519_dalek::scalar::Scalar;
 
 #[test]
-fn test_openinvite() {
+fn test_bridgedb() {
     let bdb = BridgeDb::new(20);
     let inv = bdb.invite();
     println!("{:?}", inv);