From a720ef3ba94c02b08667e695df923791519ca1b0 Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Tue, 13 Oct 2020 13:53:30 +0100 Subject: Fix CTHPriority's type --- lib/common_test/src/ct_suite.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/common_test/src/ct_suite.erl') 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(). -- cgit v1.2.1