From 08dd1dfda7b867f6843f79ff26c191f21361d84d Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 29 Apr 2026 08:00:16 -0400 Subject: [PATCH] node/test: Fix Spelling Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- crates/radicle-node/src/tests/e2e.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/radicle-node/src/tests/e2e.rs b/crates/radicle-node/src/tests/e2e.rs index 4574d71c..b85aadb0 100644 --- a/crates/radicle-node/src/tests/e2e.rs +++ b/crates/radicle-node/src/tests/e2e.rs @@ -941,9 +941,9 @@ fn test_connection_crossing() { } #[test] -/// Alice is going to try to fetch outdated refs of Bob, from Eve. This is a non-fastfoward fetch +/// Alice is going to try to fetch outdated refs of Bob, from Eve. This is a non-fast-forward fetch /// on the sigrefs branch. -fn test_non_fastforward_sigrefs() { +fn test_non_fast_forward_sigrefs() { let tmp = tempfile::tempdir().unwrap(); let alice = Node::init(tmp.path(), config::relay("alice")); @@ -1710,7 +1710,7 @@ fn test_fetch_emits_canonical_ref_update() { } #[test] -fn test_non_fastforward_identity_doc() { +fn test_non_fast_forward_identity_doc() { use radicle::identity::Identity; let tmp = tempfile::tempdir().unwrap();