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 07a6c0e commit bfe1f35Copy full SHA for bfe1f35
pyjdb/pyjdb_test.py
@@ -494,7 +494,6 @@ def test_reference_type_class_file_version(self):
494
self.assertIsInstance(class_file_version_resp["minorVersion"], int)
495
496
def test_reference_type_constant_pool(self):
497
- print(self.thread_class_id)
498
constant_pool_resp = self.jdwp.ReferenceType.ConstantPool({
499
"refType": self.thread_class_id})
500
self.assertIn("count", constant_pool_resp)
0 commit comments