Skip to content

Commit

Permalink
- Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Nov 8, 2018
1 parent e8f1027 commit 1ce497a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/security/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,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()), 7)
self.assertEquals(len(test_perm_layer.link_set.all()), 9)

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

0 comments on commit 1ce497a

Please sign in to comment.