Update the name of one test

This commit is contained in:
Ian Goldberg 2021-04-28 23:12:50 -04:00
parent 2791f0bf54
commit 77b92036c7
1 changed files with 1 additions and 1 deletions

View File

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