Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
Change dialogue view test to make sure we are giving the client-side …
Browse files Browse the repository at this point in the history
…model the account groups
  • Loading branch information
justinvdm committed May 12, 2014
1 parent 31cacee commit c9f9970
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go/apps/dialogue/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ def test_edit(self):
group1 = yield self.app_helper.create_group(u'group1')
group2 = yield self.app_helper.create_group(u'group2')
conversation.add_group(group1)
conversation.add_group(group2)

expected = poll.copy()
expected.update({
Expand Down

0 comments on commit c9f9970

Please sign in to comment.