From 77b92036c757cc94ca3da1714e87dc52ac92a2af Mon Sep 17 00:00:00 2001 From: Ian Goldberg Date: Wed, 28 Apr 2021 23:12:50 -0400 Subject: [PATCH] Update the name of one test --- crates/lox-library/tests/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);