minor fix [ci skip]

This commit is contained in:
Ethan Buchman 2017-12-06 02:41:14 -05:00
parent f860c33515
commit 293cf5e634
2 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ FEATURES:
- [types] RequestBeginBlock: added `absent_validators` and `byzantine_validators` fields
- [dummy] DeliverTx returns an owner tag and a key tag
- [abci-cli] added `log_level` flag to control the logger
- [abci-cli] introduce `abci-cli test` command for simple testing of ABCI server implementations via Counter application
## 0.7.1 (November 14, 2017)

View File

@ -1,4 +1,4 @@
package main
package tests
import (
"testing"