Parcourir la source

Update the name of one test

Ian Goldberg il y a 3 ans
Parent
commit
a3b631c384
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);