Skip to content

Commit

Permalink
creating tests for adding fields in activity with semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
izhan committed Jul 22, 2015
1 parent d30f34f commit 85fdd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stream_framework/tests/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ActivitySerializationTest(unittest.TestCase):
serialization_class = BaseSerializer
serialization_class_kwargs = {
'activity_class': Activity, 'aggregated_activity_class': AggregatedActivity}
activity_extra_context = {'xxx': 'yyy'}
activity_extra_context = {'xxx': 'yyy', 'with_semicolons': 'foo;bar;;'}

def setUp(self):
from stream_framework.verbs.base import Love as LoveVerb
Expand Down

0 comments on commit 85fdd54

Please sign in to comment.