Skip to content

Commit 5f7b676

Browse files
committed
fix test
1 parent 6c02845 commit 5f7b676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_standalone_interactive_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def test_command_pysqa(self):
169169
with self.assertRaises(RuntimeError):
170170
interface_nobackend._check_process_helper(command_lst=[])
171171

172-
with self.assertRaises(KeyError):
172+
with self.assertRaises(ValueError):
173173
create_pysqa_block_allocation_scheduler()
174174

175175
with self.assertRaises(ValueError):

0 commit comments

Comments
 (0)