We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c02845 commit 5f7b676Copy full SHA for 5f7b676
tests/test_standalone_interactive_backend.py
@@ -169,7 +169,7 @@ def test_command_pysqa(self):
169
with self.assertRaises(RuntimeError):
170
interface_nobackend._check_process_helper(command_lst=[])
171
172
- with self.assertRaises(KeyError):
+ with self.assertRaises(ValueError):
173
create_pysqa_block_allocation_scheduler()
174
175
with self.assertRaises(ValueError):
0 commit comments