test: add more debug output
This commit is contained in:
parent
ae094e363c
commit
6b152b3cb7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue