Skip to content

Commit 10d114d

Browse files
committed
fix typos
1 parent 63808c6 commit 10d114d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ def generateWorldsList(groupName):
211211
(filename.endswith('supervisor_start_stop_movie.wbt') and is_ubuntu_22_04) or
212212
(filename.endswith('billboard.wbt') and sys.platform == 'darwin') or
213213
(filename.endswith('billboard.wbt') and sys.platform == 'win32') or
214-
(filename.endswith('robot_window_html.wbt') and sys.platform == 'win32')
215-
(filename.endswith('backward_compability_enu_flu.wbt' and sys.platform == 'win32'))
214+
(filename.endswith('robot_window_html.wbt') and sys.platform == 'win32') or
215+
(filename.endswith('backward_compability_enu_flu.wbt') and sys.platform == 'win32')
216216
))):
217217
worldsList.append(filename)
218218

0 commit comments

Comments
 (0)