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 716c65c commit f633ec6Copy full SHA for f633ec6
pyconweb2022/program/tests.py
@@ -88,4 +88,4 @@ def test_get_day2_session(self):
88
response = c.get("/api/program/list/day2/", {})
89
90
# self.assertEqual(response.status_code, 200)
91
- self.assertEqual(len(response.data), 1)
+ self.assertEqual(len(response.data), 1)
0 commit comments