summaryrefslogtreecommitdiff
path: root/lib/common_test/src/ct_suite.erl
diff options
context:
space:
mode:
authorPaulo F. Oliveira <paulo.ferraz.oliveira@gmail.com>2020-10-13 13:53:30 +0100
committerPaulo F. Oliveira <paulo.ferraz.oliveira@gmail.com>2020-10-14 23:20:17 +0100
commita720ef3ba94c02b08667e695df923791519ca1b0 (patch)
tree42a86d5d5cb8f19a5d1c1b7e88f0446ea5f341de /lib/common_test/src/ct_suite.erl
parent4bb5aebe191e2b413a82b545fada896caaa3615e (diff)
downloaderlang-a720ef3ba94c02b08667e695df923791519ca1b0.tar.gz
Fix CTHPriority's type
Diffstat (limited to 'lib/common_test/src/ct_suite.erl')
-rw-r--r--lib/common_test/src/ct_suite.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_suite.erl b/lib/common_test/src/ct_suite.erl
index 20fab3361e..caa5de3ffa 100644
--- a/lib/common_test/src/ct_suite.erl
+++ b/lib/common_test/src/ct_suite.erl
@@ -77,7 +77,7 @@
-type ct_hooks() :: [
CTHModule :: atom() |
{CTHModule :: atom(), CTHInitArgs :: term()} |
- {CTHModule :: atom(), CTHInitArgs :: term(), CTHPriority :: term()}
+ {CTHModule :: atom(), CTHInitArgs :: term(), CTHPriority :: integer()}
].
-type ct_tests_def() :: ct_testname() | ct_group_ref() | ct_testcase_ref().