From 293cf5e63426fcd9c50f5b20018ee03bfb9dae1d Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Wed, 6 Dec 2017 02:41:14 -0500 Subject: [PATCH] minor fix [ci skip] --- CHANGELOG.md | 1 + tests/client_server_test.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47bf92939..64c0cbce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/tests/client_server_test.go b/tests/client_server_test.go index 646c8b609..3d74478bc 100644 --- a/tests/client_server_test.go +++ b/tests/client_server_test.go @@ -1,4 +1,4 @@ -package main +package tests import ( "testing"