Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Trivial, lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Madison Scott-Clary committed Oct 30, 2016
1 parent 9b38a4e commit 1948f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activitystream/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_ignores_unknown_type(self):
activity = Activity.create('bad', 'wolf', self.foo)
self.assertEqual(activity, None)
self.assertEqual(Activity.objects.count(), 2)


class TestGetStreamView(ActivityBaseTestCase):
def generate_activity_items(self):
Expand Down

0 comments on commit 1948f92

Please sign in to comment.