diff --git a/core/integration_tests_core/tests/test_direct_v1.rs b/core/integration_tests_core/tests/test_direct_v1.rs index 5c72e6c..da050d1 100644 --- a/core/integration_tests_core/tests/test_direct_v1.rs +++ b/core/integration_tests_core/tests/test_direct_v1.rs @@ -15,10 +15,10 @@ fn happypath_roundtrip() { let mut harness = TestHarness::<2>::new(|_, _| {}); //Saro Create Convo - let particpants = harness.raya().addr(); + let particpant = harness.raya().addr(); let convo_id = harness .saro() - .create_direct_convo_v1(&particpants) + .create_direct_convo_v1(&[&particpant]) .expect("saro create group"); // Carry the invite through (commit, WelcomeReady, routing to Raya's inbox,