Skip to content

Commit

Permalink
lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiteStochastic committed Mar 24, 2022
1 parent 635c226 commit 16d8167
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 @@ -291,7 +291,7 @@ module Make (Inputs : Intf.Test.Inputs_intf) = struct
let err_str = Error.to_string_mach error in
let err_str_lowercase = String.lowercase err_str in
if
String.is_substring ~substring:"Invalid_signature"
String.is_substring ~substring:"invalid_signature"
err_str_lowercase
then (
[%log info] "Got expected invalid signature error from GraphQL" ;
Expand Down

0 comments on commit 16d8167

Please sign in to comment.