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