consensus: rename test funcs

This commit is contained in:
Ethan Buchman
2018-01-18 20:38:19 -05:00
parent ebeadfc57e
commit 1cb76625d3
4 changed files with 29 additions and 36 deletions

View File

@ -41,7 +41,7 @@ func TestWALEncoderDecoder(t *testing.T) {
}
}
func TestSearchForEndHeight(t *testing.T) {
func TestWALSearchForEndHeight(t *testing.T) {
walBody, err := WALWithNBlocks(6)
if err != nil {
t.Fatal(err)