Skip to content

Commit

Permalink
fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
lampslave committed Jan 22, 2017
1 parent 207e005 commit feb5ee4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pybb/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ def test_forum_updated(self):
post = Post.objects.get(id=post.id)
self.assertTrue(self.forum.updated == post.created)

@skipUnlessDBFeature('supports_microsecond_precision')
def test_read_tracking(self):
topic = Topic(name='xtopic', forum=self.forum, user=self.user)
topic.save()
Expand Down

0 comments on commit feb5ee4

Please sign in to comment.