test: Change total post length

This commit is contained in:
Suraj Shetty 2019-02-06 16:27:46 +05:30 committed by GitHub
parent 9b92a21a3b
commit 73c67481de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -372,7 +372,7 @@ class TestPermissions(unittest.TestCase):
posts = frappe.get_all('Blog Post', fields=['name', 'blogger'])
# Get all posts for admin
self.assertEqual(len(posts), 5)
self.assertEqual(len(posts), 4)
frappe.set_user('test2@example.com')