mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Fix test.
This commit is contained in:
parent
0ccc4697a4
commit
cc05d7058d
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ class TestJsonMessageChannel(object):
|
|||
def pause_request(self, request):
|
||||
assert request.command == 'pause'
|
||||
requests_received.append((request.channel, request.arguments))
|
||||
raise RuntimeError('pause error')
|
||||
raise RequestFailure('pause error')
|
||||
|
||||
input, input_exhausted = self.iter_with_event(REQUESTS)
|
||||
output = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue