Skip to content

Commit 468af26

Browse files
author
Ghislain Fourny
committed
Fix test.
1 parent 5d1a1ae commit 468af26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def test1(self):
3232
# Generally though, the results may contain zero, one, two, or more items.
3333
python_list = items.json()
3434
print(python_list)
35-
self.assertTrue(json.dumps(python_list) == json.dumps((2)))
35+
self.assertTrue(json.dumps(python_list) == json.dumps((2,)))
3636

3737
############################################
3838
##### More complex, standalone queries #####

0 commit comments

Comments
 (0)