aboutsummaryrefslogtreecommitdiffstats
path: root/lib/megaco/test/megaco_binary_term_id_test.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/megaco/test/megaco_binary_term_id_test.erl')
-rw-r--r--lib/megaco/test/megaco_binary_term_id_test.erl12
1 files changed, 4 insertions, 8 deletions
diff --git a/lib/megaco/test/megaco_binary_term_id_test.erl b/lib/megaco/test/megaco_binary_term_id_test.erl
index bb9fca951b..47a7a76c1c 100644
--- a/lib/megaco/test/megaco_binary_term_id_test.erl
+++ b/lib/megaco/test/megaco_binary_term_id_test.erl
@@ -58,21 +58,17 @@
%% Top test case
all() ->
-[{group, encode_first}, {group, decode_first}].
+ [{group, encode_first}, {group, decode_first}].
groups() ->
[{encode_first, [], encode_first_cases()},
- {decode_first, [], decode_first_cases()}].
+ {decode_first, [], decode_first_cases()}].
init_per_group(_GroupName, Config) ->
- Config.
+ Config.
end_per_group(_GroupName, Config) ->
- Config.
-
-
-
-
+ Config.
%% Test server callbacks
init_per_testcase(Case, Config) ->