diff options
author | QuentinAndre <quentin.andre@imt-atlantique.net> | 2021-08-19 00:46:25 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-10-25 12:06:02 +0200 |
commit | ec6293ec037364f4863a4110d41b6dd538c567b5 (patch) | |
tree | 69df590d071635ea0de308e495681290c281815a /archaeological_context_records/tests.py | |
parent | aabdb477b1a261085e045328a62165a48d3c0f90 (diff) | |
download | Ishtar-ec6293ec037364f4863a4110d41b6dd538c567b5.tar.bz2 Ishtar-ec6293ec037364f4863a4110d41b6dd538c567b5.zip |
create_cr_with_bfs returns pks
Diffstat (limited to 'archaeological_context_records/tests.py')
-rw-r--r-- | archaeological_context_records/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/tests.py b/archaeological_context_records/tests.py index 16bf6d303..daa38c26b 100644 --- a/archaeological_context_records/tests.py +++ b/archaeological_context_records/tests.py @@ -1441,7 +1441,7 @@ class SeleniumTestsContextRecords(SeleniumTests): self.assertMap(dic_base) def test_geo_items(self): - geo_elements = self.setUpDefaultGeoItems() + geo_elements, ope_pks = self.setUpDefaultGeoItems() poly_cr, centr_cr, pt_cr = geo_elements[1] dic_polygon = { |