Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
node/test: Fix Spelling
Josh Soref committed 7 days ago
commit 08dd1dfda7b867f6843f79ff26c191f21361d84d
parent 8391599f611f494bdfed1b52e092df5ae253dff2
1 file changed +3 -3
modified 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();