update storage test

This commit is contained in:
programmer10110 2020-11-20 17:29:26 +03:00
parent 99efa61327
commit 9af79197f3
1 changed files with 3 additions and 3 deletions

View File

@ -7,13 +7,13 @@ import (
const (
TestEndpoint = "http://0.0.0.0:1317"
TestUserName = "user1"
TestUserName = "test_user"
TestChainID = "bulletin"
TestTopic = "test_topic"
TestMnemonic = "dance vague property woman human world run real ship detect clown gossip indicate tone cry dress empower radio square guide laundry valley rose surface"
TestMnemonic = ""
)
func TestNewTendermintStorage(t *testing.T) {
func TestTendermintStorage_GetMessages(t *testing.T) {
if testing.Short() {
t.Skip("skipping long test")
}