Skip to content

Commit

Permalink
- Fixing integration test-cases
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Sep 10, 2019
1 parent 2cdad84 commit 3b00b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/security/tests.py
Expand Up @@ -1226,7 +1226,7 @@ def test_save_and_delete_signals(self):
self.assertIsNotNone(test_perm_layer.bbox)
self.assertIsNotNone(test_perm_layer.srid)
self.assertIsNotNone(test_perm_layer.link_set)
self.assertEquals(len(test_perm_layer.link_set.all()), 18)
self.assertEquals(len(test_perm_layer.link_set.all()), 7)

# Layer Manipulation
from geonode.geoserver.upload import geoserver_upload
Expand Down

0 comments on commit 3b00b30

Please sign in to comment.