summaryrefslogtreecommitdiff
path: root/lib/common_test/src/ct_release_test.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common_test/src/ct_release_test.erl')
-rw-r--r--lib/common_test/src/ct_release_test.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common_test/src/ct_release_test.erl b/lib/common_test/src/ct_release_test.erl
index da556e1481..cb7b590e9f 100644
--- a/lib/common_test/src/ct_release_test.erl
+++ b/lib/common_test/src/ct_release_test.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2014-2021. All Rights Reserved.
+%% Copyright Ericsson AB 2014-2023. All Rights Reserved.
%%
%% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License.
@@ -142,7 +142,7 @@
-spec init(Config) -> Result when
Config :: config(),
Result :: config() | SkipOrFail,
- SkipOrFail :: {skip,Reason} | {fail,Reason}.
+ SkipOrFail :: {skip,Reason::term()} | {fail,Reason :: term()}.
%% Initialize ct_release_test.
%%
%% This function can be called from any of the