Переглянути джерело

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