Skip to content

Commit

Permalink
[HOTFIX] [TESTS] Typo mqqt -> mqtt
Browse files Browse the repository at this point in the history
This was introduced in apache#6866.
  • Loading branch information
Andrew Or committed Jun 22, 2015
1 parent 96aa013 commit 1dfb0f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dev/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,14 +179,14 @@ def contains_file(self, filename):
)


streaming_mqqt = Module(
name="streaming-mqqt",
streaming_mqtt = Module(
name="streaming-mqtt",
dependencies=[streaming],
source_file_regexes=[
"external/mqqt",
"external/mqtt",
],
sbt_test_goals=[
"streaming-mqqt/test",
"streaming-mqtt/test",
]
)

Expand Down

0 comments on commit 1dfb0f7

Please sign in to comment.