finish the job, dummy

This commit is contained in:
zramsay
2018-02-19 20:43:36 +00:00
parent 594db86069
commit 831e10f15d
4 changed files with 6 additions and 6 deletions

View File

@ -23,7 +23,7 @@ import (
func TestKVStore(t *testing.T) {
fmt.Println("### Testing KVStore")
testStream(t, dummy.NewKVStoreApplication())
testStream(t, kvstore.NewKVStoreApplication())
}
func TestBaseApp(t *testing.T) {