Skip to content

Commit

Permalink
fix class for Python27 Ginkgo
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbaldwin committed Mar 14, 2022
1 parent ca245db commit bf83408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_course.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


@pytest.mark.django_db
class TestCourse:
class TestCourse(object):
"""
Starting with just basic tests
"""
Expand Down

0 comments on commit bf83408

Please sign in to comment.