Skip to content

Commit 72e0dc5

Browse files
Added white space
1 parent ead8581 commit 72e0dc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e-test/tests/test_codegen_gp_tc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
("01. Validate home page is loaded", lambda home: home.validate_home_page()),
1313
("02. Validate Upload of other than SQL files", lambda home: home.upload_unsupported_files()),
1414
("03. Validate Upload input files for SQL only", lambda home: home.upload_files()),
15-
("04. Validate translation process for uploaded files",lambda home: _timed_translation(home)),
15+
("04. Validate translation process for uploaded files", lambda home: _timed_translation(home)),
1616
("05. Check batch history", lambda home: home.validate_batch_history()),
1717
("06. Download all files and return home", lambda home: home.validate_download_files()),
1818
]

0 commit comments

Comments
 (0)