mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-21 10:51:17 +00:00
Update test_models.py (#6939)
This commit is contained in:
@@ -22,4 +22,3 @@ class WikiManagerTest(BaseTestCase):
|
|||||||
wiki = Wiki.objects.add('new wiki', self.user.username)
|
wiki = Wiki.objects.add('new wiki', self.user.username)
|
||||||
|
|
||||||
assert wiki is not None
|
assert wiki is not None
|
||||||
assert wiki.created_at.replace(microsecond=0) <= dt(wiki.updated_at)
|
|
||||||
|
Reference in New Issue
Block a user