mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-12 23:01:30 +00:00
blockchain v0: rename tests
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user