Skip to content

Commit

Permalink
fix err
Browse files Browse the repository at this point in the history
  • Loading branch information
deaswang committed Aug 6, 2019
1 parent c198a62 commit c2e4435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/chain_daemon_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ func TestChainLs(t *testing.T) {
genesisBlockCid := blks[0].Cid().String()

newCid, err := chainDaemon.MiningOnce(ctx)
assert.NoError(t, err)

expectedOutput := fmt.Sprintf("%s\n%s", newCid, genesisBlockCid)

Expand Down

0 comments on commit c2e4435

Please sign in to comment.