aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/ct_repeat_1_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common_test/test/ct_repeat_1_SUITE.erl')
-rw-r--r--lib/common_test/test/ct_repeat_1_SUITE.erl14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/common_test/test/ct_repeat_1_SUITE.erl b/lib/common_test/test/ct_repeat_1_SUITE.erl
index 60d40e05a4..52ef5cba4b 100644
--- a/lib/common_test/test/ct_repeat_1_SUITE.erl
+++ b/lib/common_test/test/ct_repeat_1_SUITE.erl
@@ -59,13 +59,13 @@ end_per_testcase(TestCase, Config) ->
suite() -> [{suite_callbacks,[ts_install_scb]}].
all() ->
-[repeat_cs, repeat_cs_and_grs, repeat_seq,
- repeat_cs_until_any_ok, repeat_gr_until_any_ok,
- repeat_cs_until_any_fail, repeat_gr_until_any_fail,
- repeat_cs_until_all_ok, repeat_gr_until_all_ok,
- repeat_cs_until_all_fail, repeat_gr_until_all_fail,
- repeat_seq_until_any_fail,
- repeat_shuffled_seq_until_any_fail].
+ [repeat_cs, repeat_cs_and_grs, repeat_seq,
+ repeat_cs_until_any_ok, repeat_gr_until_any_ok,
+ repeat_cs_until_any_fail, repeat_gr_until_any_fail,
+ repeat_cs_until_all_ok, repeat_gr_until_all_ok,
+ repeat_cs_until_all_fail, repeat_gr_until_all_fail,
+ repeat_seq_until_any_fail,
+ repeat_shuffled_seq_until_any_fail].
groups() ->
[].