Skip to content

Commit 3a1d26c

Browse files
committed
fix test
1 parent d711b52 commit 3a1d26c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/run-tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def determine_modules_to_test(changed_modules):
111111
>>> x = [x.name for x in determine_modules_to_test([modules.sql])]
112112
>>> x # doctest: +NORMALIZE_WHITESPACE
113113
['sql', 'hive', 'mllib', 'sql-kafka-0-10', 'examples', 'hive-thriftserver',
114-
'pyspark-sql', 'sparkr', 'pyspark-mllib', 'pyspark-ml']
114+
'pyspark-sql', 'repl', 'sparkr', 'pyspark-mllib', 'pyspark-ml']
115115
"""
116116
modules_to_test = set()
117117
for module in changed_modules:

0 commit comments

Comments
 (0)