diff --git a/dot/sync/chain_sync_integeration_test.go b/dot/sync/chain_sync_integration_test.go similarity index 100% rename from dot/sync/chain_sync_integeration_test.go rename to dot/sync/chain_sync_integration_test.go diff --git a/dot/sync/disjoint_block_set_integeration_test.go b/dot/sync/disjoint_block_set_integration_test.go similarity index 100% rename from dot/sync/disjoint_block_set_integeration_test.go rename to dot/sync/disjoint_block_set_integration_test.go diff --git a/dot/sync/message_integeration_test.go b/dot/sync/message_integration_test.go similarity index 99% rename from dot/sync/message_integeration_test.go rename to dot/sync/message_integration_test.go index 3db0809306..62475f3ce6 100644 --- a/dot/sync/message_integeration_test.go +++ b/dot/sync/message_integration_test.go @@ -364,7 +364,7 @@ func TestService_CreateBlockResponse_Descending_EndHash(t *testing.T) { require.Equal(t, uint(1), resp.BlockData[127].Number()) } -func TestService_checkOrGetDescendantHash_integeration(t *testing.T) { +func TestService_checkOrGetDescendantHash_integration(t *testing.T) { t.Parallel() s := newTestSyncer(t) branches := map[uint]int{ diff --git a/dot/sync/syncer_integeration_test.go b/dot/sync/syncer_integration_test.go similarity index 100% rename from dot/sync/syncer_integeration_test.go rename to dot/sync/syncer_integration_test.go diff --git a/dot/sync/tip_syncer_integeration_test.go b/dot/sync/tip_syncer_integration_test.go similarity index 100% rename from dot/sync/tip_syncer_integeration_test.go rename to dot/sync/tip_syncer_integration_test.go