Skip to content

Commit 1dfb0f7

Browse files
author
Andrew Or
committed
[HOTFIX] [TESTS] Typo mqqt -> mqtt
This was introduced in #6866.
1 parent 96aa013 commit 1dfb0f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev/run-tests.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,14 +179,14 @@ def contains_file(self, filename):
179179
)
180180

181181

182-
streaming_mqqt = Module(
183-
name="streaming-mqqt",
182+
streaming_mqtt = Module(
183+
name="streaming-mqtt",
184184
dependencies=[streaming],
185185
source_file_regexes=[
186-
"external/mqqt",
186+
"external/mqtt",
187187
],
188188
sbt_test_goals=[
189-
"streaming-mqqt/test",
189+
"streaming-mqtt/test",
190190
]
191191
)
192192

0 commit comments

Comments
 (0)