Skip to content

Commit

Permalink
dont use the dontfailwith
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiteStochastic committed Mar 19, 2022
1 parent 2e0c4b2 commit e1fe42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/test_executive/payments_test.ml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ module Make (Inputs : Intf.Test.Inputs_intf) = struct
User_command_input.to_user_command
~get_current_nonce:(fun _ ->
Result.return (`Min sender_current_nonce, sender_current_nonce))
~get_account:(fun _ -> failwith "this is get_account, don't call me")
~get_account:(fun _ -> `Active None)
~constraint_constants:test_constants ~logger user_command_input
|> Deferred.bind ~f:Malleable_error.or_hard_error
in
Expand Down

0 comments on commit e1fe42d

Please sign in to comment.