Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tatianass committed Jul 2, 2017
1 parent 84f7354 commit 64a9da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/group_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_image_url(self):
eq_(self.group.image_url,'https://images.gr-assets.com/groups/1182455834p2/1.jpg')

def test_last_activity_at(self):
eq_(self.group.last_activity_at,'Sun Jul 02 11:15:47 -0700 2017')
eq_(self.group.last_activity_at,'Sun Jul 02 12:08:59 -0700 2017')

def test_access(self):
eq_(self.group.access,'public')
Expand Down

0 comments on commit 64a9da8

Please sign in to comment.