Add working multi-topic test
This commit is contained in:
parent
f570b19db8
commit
fe14c24a89
|
@ -72,7 +72,9 @@ async def main():
|
|||
|
||||
# Define topic map
|
||||
topic_map = {
|
||||
"1": [0, 1, 2, 3, 4, 5]
|
||||
"1": [0, 1],
|
||||
"2": [2, 3],
|
||||
"3": [4, 5]
|
||||
}
|
||||
|
||||
topics = topic_map.keys()
|
||||
|
|
Loading…
Reference in New Issue
Block a user