Skip to content

Commit

Permalink
client: Rename TestClient_GetAccount to TestClient_GetAccountAtLatest…
Browse files Browse the repository at this point in the history
…Block
  • Loading branch information
psiemens committed Jul 15, 2020
1 parent 6188ee0 commit fd028e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ func TestClient_GetTransactionResult(t *testing.T) {
}))
}

func TestClient_GetAccount(t *testing.T) {
func TestClient_GetAccountAtLatestBlock(t *testing.T) {
accounts := test.AccountGenerator()
addresses := test.AddressGenerator()

Expand Down

0 comments on commit fd028e2

Please sign in to comment.