Skip to content

Commit 01e6700

Browse files
committed
Fixed test2
modified: test/files/test2_output.geojson modified: test/test_prompt.py
1 parent 941b406 commit 01e6700

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

test/files/test2_output.geojson

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

test/test_prompt.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def _setup_prompt(self, username=None, password=None):
110110

111111
inputs = {'test1': ['1', '17,13', 'Yes', '', 'BEAM_MNEMONIC LIKE 16M%', '',
112112
'', 'files/test1_output.geojson', '', '3', '', 'low'],
113-
'test2': ['2', 'files/EODMS_Results.csv',
113+
'test2': ['2', 'files/EODMS_Results.csv', 'y',
114114
'files/test2_output.geojson', 'y', ''],
115115
'test3': ['3', 'RCMImageProducts:13531983,'
116116
'RCMImageProducts:13531917,'
@@ -150,6 +150,8 @@ def test_process2(self, mock_input):
150150

151151
prmpt = self._setup_prompt()
152152

153+
print(f"prmpt: {prmpt}")
154+
153155
self.assertEqual(prmpt.prompt(), None)
154156

155157
@patch('builtins.input', side_effect=inputs['test3'])

0 commit comments

Comments
 (0)