Skip to content

Commit

Permalink
Update x/accounts/account_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
testinginprod and coderabbitai[bot] authored Dec 7, 2023
1 parent 58a3b20 commit 6de1484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/accounts/account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (t TestAccount) RegisterExecuteHandlers(builder *implementation.ExecuteBuil

// genesis testing
implementation.RegisterExecuteHandler(builder, func(ctx context.Context, req *types.UInt64Value) (*types.Empty, error) {
return new(types.Empty), t.Counter.Set(ctx, req.Value)
return &types.Empty{}, t.Counter.Set(ctx, req.Value)
})
}

Expand Down

0 comments on commit 6de1484

Please sign in to comment.