test: add more debug output

This commit is contained in:
Zaiming (Stone) Shi 2023-08-20 20:21:45 +02:00
parent ae094e363c
commit 6b152b3cb7
1 changed files with 3 additions and 2 deletions

View File

@ -252,8 +252,9 @@ topic_matches_prop() ->
ct:pal( ct:pal(
"Topic name: ~p~n" "Topic name: ~p~n"
"Index results: ~p~n" "Index results: ~p~n"
"Topic match results:: ~p~n", "Topic match results: ~p~n"
[Topic, Ids1, Ids2] "Filters: ~p~n",
[Topic, Ids1, Ids2, Filters]
), ),
false false
end end