Skip to content

Commit

Permalink
fix deep dup bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cherry-yl-sh committed Mar 5, 2024
1 parent f74e300 commit ce96dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/operator/try_pay_user_op_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

func TestTryPayUserOpExecute(t *testing.T) {
request := getMockTryPayUserOpRequest()
result, err := TryPayUserOpExecute(request)
result, err := TryPayUserOpExecute(&request)
if err != nil {
t.Errorf("Error: %v", err)
}
Expand Down

0 comments on commit ce96dbc

Please sign in to comment.