Skip to content

Commit

Permalink
info -> currentstate
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Apr 24, 2024
1 parent 731e7d6 commit c260dd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/go_system_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,12 @@ func pushAndPop(t *testing.T, count int) {
}

util.Info("Done")
hash, err := cl.Info()
hash, err := cl.CurrentState()
if err != nil {
handleError(err)
return
}
util.Infof("%v", hash)
util.Infof("%+v", hash)
}

func pushJob(cl *client.Client, idx int) error {
Expand Down

0 comments on commit c260dd7

Please sign in to comment.