Skip to content

Commit 3b9520a

Browse files
Update lldb/test/API/tools/lldb-dap/gotoTargets/TestDAP_gotoTargets.py
Co-authored-by: Adrian Vogelsgesang <[email protected]>
1 parent 1c5e1ac commit 3b9520a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/tools/lldb-dap/gotoTargets/TestDAP_gotoTargets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def test_default(self):
6161
self.assertIsNotNone(thread_id, "threadId should not be none")
6262

6363
response = self.dap_server.request_goto(thread_id, target_id)
64-
self.assertEqual(response["success"], True, "expects success to go to targetId")
64+
self.assertEqual(response["success"], True, "goto request with targetId should be successful")
6565

6666
stopped_events = self.dap_server.wait_for_stopped()
6767
is_goto = lambda event: event["body"]["reason"] == "goto"

0 commit comments

Comments
 (0)