diff --git a/crates/lox-library/tests/tests.rs b/crates/lox-library/tests/tests.rs index 9c67e68..bc2c799 100644 --- a/crates/lox-library/tests/tests.rs +++ b/crates/lox-library/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);