Fix name error in test
This commit is contained in:
parent
41721a8f70
commit
8b3f395f0e
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ func TestIntegrationWalletUpdates(t *testing.T) {
|
|||
|
||||
checkStatusCode(t, statusCode, responseBody)
|
||||
|
||||
var walletState wallet.WalletState
|
||||
var walletState wallet.WalletStateMetadata
|
||||
err := json.Unmarshal([]byte(walletStateResponse.WalletStateJson), &walletState)
|
||||
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in a new issue