Skip to content

Commit

Permalink
Fixing test account store initialization (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
charithabandi authored Aug 11, 2023
1 parent 59b9125 commit 2f99564
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/balances/testing/accountstore.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ func NewTestAccountStore(ctx context.Context, opts ...balances.AccountStoreOpts)

accStore, err := balances.NewAccountStore(ctx,
ds,
opts...,
)
if err != nil {
return nil, nil, err
Expand Down

0 comments on commit 2f99564

Please sign in to comment.