Skip to content

Commit

Permalink
Merge pull request #4164 from esl/fix-sm-suite-compilation
Browse files Browse the repository at this point in the history
Fix sm_SUITE compilation
  • Loading branch information
jacekwegr committed Nov 9, 2023
2 parents ab0b37f + fa72aa9 commit f9ba894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion big_tests/tests/sm_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ init_per_testcase(CN, Config) when CN =:= gc_repeat_after_never_means_no_cleanin
escalus:init_per_testcase(CN, Config2);
init_per_testcase(ping_timeout = CN, Config) ->
ok = rpc(mim(), meck, new, [mod_ping, [passthrough, no_link]]),
dynamic_modules:ensure_modules(host_type(), required_modules(Config, testcase, CN)),
dynamic_modules:ensure_modules(host_type(), required_modules(testcase, CN)),
escalus:init_per_testcase(CN, Config);
init_per_testcase(server_requests_ack_freq_2 = CN, Config) ->
escalus:init_per_testcase(CN, Config);
Expand Down

0 comments on commit f9ba894

Please sign in to comment.