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 3961591 commit f89aa7bCopy full SHA for f89aa7b
tests/test_passportdata.py
@@ -40,8 +40,6 @@ def test_expected_values(self, passport_data):
40
def test_de_json(self, bot):
41
json_dict = {'data': [data.to_dict() for data in self.data],
42
'credentials': self.credentials.to_dict()}
43
- print("CREDENTIALS:")
44
- print(self.credentials.to_dict())
45
passport_data = PassportData.de_json(json_dict, bot)
46
47
assert isinstance(passport_data.data, list)
0 commit comments