mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 11:32:09 +00:00
Move TestMain into dedicated file (#8779)
* Move TestMain into dedicated file * update db_test * formatting
This commit is contained in:
parent
c53d0e1c5f
commit
59ee339497
@ -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",
|
||||
],
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user