Skip to content

Commit ed38844

Browse files
committed
Adjusted location of comments
1 parent 245ee6a commit ed38844

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/instrument_server/test_api.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@
1616
test_upload_gain_reference_params_matrix = (
1717
# Rsync URL | Rsync module | Gain reference directory |
1818
(
19-
"http://1.1.1.1",
19+
"http://1.1.1.1", # When rsync_url is provided
2020
"data",
2121
"/c/ProgramData/Gatan/Gain Reference",
22-
), # When rsync_url is provided
22+
),
2323
(
24-
"",
24+
"", # When rsync_url is blank
2525
"data",
2626
"/c/ProgramData/Gatan/Gain Reference",
27-
), # When rsync_url is blank
27+
),
2828
(
29-
None,
29+
None, # When rsync_url not provided
3030
"data",
3131
"/c/ProgramData/Gatan/Gain Reference",
32-
), # When rsync_url not provided
32+
),
3333
)
3434

3535

0 commit comments

Comments
 (0)