mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-21 00:46:32 +00:00
finish the job, dummy
This commit is contained in:
@ -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) {
|
||||
|
@ -25,7 +25,7 @@ func RandVals(cnt int) []types.Validator {
|
||||
return res
|
||||
}
|
||||
|
||||
// InitKVStore initializes the dummy app with some data,
|
||||
// InitKVStore initializes the kvstore app with some data,
|
||||
// which allows tests to pass and is fine as long as you
|
||||
// don't make any tx that modify the validator state
|
||||
func InitKVStore(app *PersistentKVStoreApplication) {
|
||||
|
Reference in New Issue
Block a user