Skip to content

Commit

Permalink
proper: fix wrong error reason assert
Browse files Browse the repository at this point in the history
  • Loading branch information
seriyps committed Jan 24, 2021
1 parent 9427257 commit 476a945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/prop_ecaptcha.erl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
font_not_found,
chars_not_binary,
wrong_chars_length,
invalid_character,
character_out_of_alphabet_range,
bad_random,
small_rand_binary,
opts_not_list,
Expand Down Expand Up @@ -68,7 +68,7 @@ nif_input_gen() ->
{font_gen(), proper_types:any(), proper_types:binary(), effects_gen(), [
chars_not_binary,
wrong_chars_length,
invalid_character
character_out_of_alphabet_range
]},
BadFont =
{proper_types:any(), alpha_gen(1, 7), proper_types:binary(ecaptcha_nif:rand_size()),
Expand Down

0 comments on commit 476a945

Please sign in to comment.