Skip to content

Commit eb29134

Browse files
committed
(chore) edit tests
1 parent c2e9611 commit eb29134

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rest_api/tests.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ def test_model_returns_readable_representation(self):
2828
self.assertEqual(str(self.bucketlist), self.name)
2929

3030

31-
32-
33-
class ViewTestCase(TestCase):
31+
class ViewsTestCase(TestCase):
3432
"""Test suite for the api views."""
3533

3634
def setUp(self):

0 commit comments

Comments
 (0)