From 1c1c49071ccd6d6988c63bd4c82fb90d0e7a8c02 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Thu, 28 Jan 2021 10:54:35 +1100 Subject: [PATCH] Rename files that will keep testing against blockchain consensus --- swap/tests/{happy_path.rs => consensus_happy_path.rs} | 0 swap/tests/{punish.rs => consensus_punish.rs} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename swap/tests/{happy_path.rs => consensus_happy_path.rs} (100%) rename swap/tests/{punish.rs => consensus_punish.rs} (100%) diff --git a/swap/tests/happy_path.rs b/swap/tests/consensus_happy_path.rs similarity index 100% rename from swap/tests/happy_path.rs rename to swap/tests/consensus_happy_path.rs diff --git a/swap/tests/punish.rs b/swap/tests/consensus_punish.rs similarity index 100% rename from swap/tests/punish.rs rename to swap/tests/consensus_punish.rs