Prechádzať zdrojové kódy

Update the name of one test

Ian Goldberg 3 rokov pred
rodič
commit
a3b631c384
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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);