From 9845aec00799d58c5b15559d41f40d91d9f7fc10 Mon Sep 17 00:00:00 2001 From: Stephen Akridge Date: Thu, 24 Jan 2019 14:47:38 -0800 Subject: [PATCH] Rename data_replicator tests module replicator name is associated with storage replicators, so data_replicator sounds like that but it is actually a bunch of gossip tests. --- tests/{data_replicator.rs => gossip.rs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/{data_replicator.rs => gossip.rs} (100%) diff --git a/tests/data_replicator.rs b/tests/gossip.rs similarity index 100% rename from tests/data_replicator.rs rename to tests/gossip.rs