blockchain v0: rename tests

This commit is contained in:
Aleksandr Bezobchuk
2021-01-08 08:38:37 -05:00
parent 88fa8fe348
commit 31fac447a4

View File

@@ -282,7 +282,7 @@ func simulateRouter(primary *reactorTestSuite, suites []*reactorTestSuite, dropC
}()
}
func TestNoBlockResponse(t *testing.T) {
func TestReactor_NoBlockResponse(t *testing.T) {
config := cfg.ResetTestRoot("blockchain_reactor_test")
defer os.RemoveAll(config.RootDir)
@@ -328,7 +328,7 @@ func TestNoBlockResponse(t *testing.T) {
}
}
func TestBadBlockStopsPeer(t *testing.T) {
func TestReactor_BadBlockStopsPeer(t *testing.T) {
config := cfg.ResetTestRoot("blockchain_reactor_test")
defer os.RemoveAll(config.RootDir)