We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1a1ae commit 468af26Copy full SHA for 468af26
1 file changed
tests/test_sample.py
@@ -32,7 +32,7 @@ def test1(self):
32
# Generally though, the results may contain zero, one, two, or more items.
33
python_list = items.json()
34
print(python_list)
35
- self.assertTrue(json.dumps(python_list) == json.dumps((2)))
+ self.assertTrue(json.dumps(python_list) == json.dumps((2,)))
36
37
############################################
38
##### More complex, standalone queries #####
0 commit comments