From ba21f49c1bf34488071b9deb967a07c28c5d9fbd Mon Sep 17 00:00:00 2001 From: Alan Chen Date: Thu, 7 Sep 2017 14:48:24 +0800 Subject: [PATCH] tests/functional: correct package name --- tests/{funtional => functional}/block_sync_test.go | 0 tests/{funtional => functional}/byzantine_faulty_test.go | 0 tests/{funtional => functional}/dynamic_test.go | 0 tests/{funtional => functional}/general_consensus_test.go | 0 tests/{funtional => functional}/gossip_network_test.go | 0 tests/{funtional => functional}/integration_test.go | 0 tests/{funtional => functional}/non_byzantine_faulty_test.go | 0 tests/{funtional => functional}/recoverability_test.go | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename tests/{funtional => functional}/block_sync_test.go (100%) rename tests/{funtional => functional}/byzantine_faulty_test.go (100%) rename tests/{funtional => functional}/dynamic_test.go (100%) rename tests/{funtional => functional}/general_consensus_test.go (100%) rename tests/{funtional => functional}/gossip_network_test.go (100%) rename tests/{funtional => functional}/integration_test.go (100%) rename tests/{funtional => functional}/non_byzantine_faulty_test.go (100%) rename tests/{funtional => functional}/recoverability_test.go (100%) diff --git a/tests/funtional/block_sync_test.go b/tests/functional/block_sync_test.go similarity index 100% rename from tests/funtional/block_sync_test.go rename to tests/functional/block_sync_test.go diff --git a/tests/funtional/byzantine_faulty_test.go b/tests/functional/byzantine_faulty_test.go similarity index 100% rename from tests/funtional/byzantine_faulty_test.go rename to tests/functional/byzantine_faulty_test.go diff --git a/tests/funtional/dynamic_test.go b/tests/functional/dynamic_test.go similarity index 100% rename from tests/funtional/dynamic_test.go rename to tests/functional/dynamic_test.go diff --git a/tests/funtional/general_consensus_test.go b/tests/functional/general_consensus_test.go similarity index 100% rename from tests/funtional/general_consensus_test.go rename to tests/functional/general_consensus_test.go diff --git a/tests/funtional/gossip_network_test.go b/tests/functional/gossip_network_test.go similarity index 100% rename from tests/funtional/gossip_network_test.go rename to tests/functional/gossip_network_test.go diff --git a/tests/funtional/integration_test.go b/tests/functional/integration_test.go similarity index 100% rename from tests/funtional/integration_test.go rename to tests/functional/integration_test.go diff --git a/tests/funtional/non_byzantine_faulty_test.go b/tests/functional/non_byzantine_faulty_test.go similarity index 100% rename from tests/funtional/non_byzantine_faulty_test.go rename to tests/functional/non_byzantine_faulty_test.go diff --git a/tests/funtional/recoverability_test.go b/tests/functional/recoverability_test.go similarity index 100% rename from tests/funtional/recoverability_test.go rename to tests/functional/recoverability_test.go