Add working multi-topic test

This commit is contained in:
Stuckinaboot 2019-04-07 14:46:01 -04:00
parent f570b19db8
commit fe14c24a89

View File

@ -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()