Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Apr 19, 2024
1 parent e9d5645 commit 9a004cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions camp_fin/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,9 @@ def lobbyists(cls):

class StatelessTestCase(TestCase, FakeTestData):
"""
Test class that does not commit changes to the database. Inherits from TestCase so that
every test runs in a rolled-back transaction.
g"""
Test class that does not commit changes to the database. Inherits from TestCase so that
every test runs in a rolled-back transaction.
"""

@classmethod
def setUpTestData(cls):
Expand Down

0 comments on commit 9a004cb

Please sign in to comment.