Skip to content

Commit

Permalink
Code review follow-up
Browse files Browse the repository at this point in the history
  • Loading branch information
pawlooss1 committed Dec 18, 2023
1 parent 90ad055 commit 71a2523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions big_tests/tests/service_domain_db_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1269,5 +1269,5 @@ dummy_auth_host_type() ->
<<"dummy auth">>. %% specified in the TOML config file

random_domain_name() ->
Suffix = list_to_binary(integer_to_list(rand:uniform(1000000000))),
<<"example.db", Suffix/binary>>.
Prefix = integer_to_binary(erlang:unique_integer([positive])),
<<Prefix/binary, ".example.db">>.

0 comments on commit 71a2523

Please sign in to comment.