From d9cc7a78ba3582345a8a2420cdc6564f50856082 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Wed, 10 Nov 2021 17:19:57 +0100 Subject: [PATCH] protocols/rendezvous/tests/harness: Use module name instead of mod.rs To be consistent with the rest of the codebase, use harness.rs instead of mod.rs. See also https://github.com/libp2p/rust-libp2p/pull/1400 --- protocols/rendezvous/tests/{harness/mod.rs => harness.rs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename protocols/rendezvous/tests/{harness/mod.rs => harness.rs} (100%) diff --git a/protocols/rendezvous/tests/harness/mod.rs b/protocols/rendezvous/tests/harness.rs similarity index 100% rename from protocols/rendezvous/tests/harness/mod.rs rename to protocols/rendezvous/tests/harness.rs