Skip to content
Snippets Groups Projects
Commit 1dfb0f7b authored by Andrew Or's avatar Andrew Or
Browse files

[HOTFIX] [TESTS] Typo mqqt -> mqtt

This was introduced in #6866.
parent 96aa0137
No related branches found
No related tags found
No related merge requests found
...@@ -179,14 +179,14 @@ streaming_twitter = Module( ...@@ -179,14 +179,14 @@ streaming_twitter = Module(
) )
streaming_mqqt = Module( streaming_mqtt = Module(
name="streaming-mqqt", name="streaming-mqtt",
dependencies=[streaming], dependencies=[streaming],
source_file_regexes=[ source_file_regexes=[
"external/mqqt", "external/mqtt",
], ],
sbt_test_goals=[ sbt_test_goals=[
"streaming-mqqt/test", "streaming-mqtt/test",
] ]
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment