Skip to content

Commit

Permalink
Make a test docstring a bit more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
mhl committed Sep 23, 2016
1 parent 410254c commit 0ecc77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuntium/tests/popit_writeit_relation_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def test_it_does_not_try_to_replicate_the_memberships(self):

@popit_load_data()
def test_clean_memberships(self):
'''As part of bug #429 there can be several Membership between one writeitinstance and a person'''
'''As a result of #429 there might be several Membership between one writeitinstance and a person'''
popolo_source, created = PopoloSource.objects.get_or_create(url=settings.TEST_POPIT_API_URL)
writeitinstance = WriteItInstance.objects.create(name='instance 1', slug='instance-1', owner=self.owner)
# there should be an amount of memberships
Expand Down

0 comments on commit 0ecc77e

Please sign in to comment.