Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bormilan committed Oct 13, 2024
1 parent eeec49a commit 8c15264
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions test/style_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1201,18 +1201,19 @@ verify_max_function_clause_length(Config) ->
Numbers = [Number || #{info := [Number, _, _, _, _]} <- Result],

["1st",
"5th",
"6th",
"7th",
"11th",
"13th",
"19th",
"20th",
"21st",
"29th",
"30th",
"31st",
"33rd"] = Numbers.
"5th",
"6th",
"7th",
"11th",
"13th",
"19th",
"20th",
"21st",
"29th",
"30th",
"31st",
"33rd"] =
Numbers.

-spec verify_no_debug_call(config()) -> any().
verify_no_debug_call(Config) ->
Expand Down

0 comments on commit 8c15264

Please sign in to comment.