Skip to content

Commit 5075046

Browse files
: added
1 parent 43ed193 commit 5075046

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_deep_simulation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ def test_08_combined_2400_2182(self):
207207
k2182_spy = MagicMock()
208208
k2182_spy.assert_trigger = MagicMock()
209209
rm.open_resource.return_value = k2182_spy
210+
k2182_spy.query.return_value = "1.234E-06, 0.000E+00"
210211

211212
# Add extra inputs just in case the script asks for more than expected
212213
inputs = ['10', '1', 'test_file', 'y', 'y', 'y', 'y']

0 commit comments

Comments
 (0)