Skip to content

Commit

Permalink
update glide
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuchman committed Oct 11, 2017
1 parent 2c98876 commit 1785f54
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 51 deletions.
2 changes: 1 addition & 1 deletion examples/basecoin/tests/cli/rpc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ test01GetInsecure() {
INFO=$(${CLIENT_EXE} rpc info)
assertTrue "line=${LINENO}, get info" "$?"
DATA=$(echo $INFO | jq .response.data)
assertEquals "line=${LINENO}, basecoin info" '"Basecoin v0.7.0-alpha"' "$DATA"
assertEquals "line=${LINENO}, basecoin info" '"Basecoin v0.7.0"' "$DATA"
}

test02GetSecure() {
Expand Down
96 changes: 47 additions & 49 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import:
- package: github.com/tendermint/iavl
version: develop
- package: github.com/tendermint/tendermint
version: develop
version: 0.11.1
subpackages:
- config
- node
Expand Down

0 comments on commit 1785f54

Please sign in to comment.