Move TestMain into dedicated file (#8779)

* Move TestMain into dedicated file

* update db_test

* formatting
This commit is contained in:
Victor Farazdagi 2021-04-16 19:25:28 +03:00 committed by GitHub
parent c53d0e1c5f
commit 59ee339497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 2 deletions

View File

@ -49,10 +49,10 @@ go_library(
go_test(
name = "go_default_test",
srcs = [
"beaconclient_test.go",
"chain_data_test.go",
"historical_data_retrieval_test.go",
"receivers_test.go",
"service_test.go",
"submit_test.go",
"validator_retrieval_test.go",
],

View File

@ -48,11 +48,11 @@ go_test(
srcs = [
"attester_protection_test.go",
"backup_test.go",
"db_test.go",
"deprecated_attester_protection_test.go",
"eip_blacklisted_keys_test.go",
"genesis_test.go",
"graffiti_test.go",
"kv_test.go",
"migration_optimal_attester_protection_test.go",
"migration_source_target_epochs_bucket_test.go",
"proposer_protection_test.go",