diff options
author | QuentinAndre <quentin.andre@imt-atlantique.net> | 2021-08-19 00:46:25 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-09-01 12:36:46 +0200 |
commit | 4e54fd7b5e835c5475620b6b40dfa19c2bf3122d (patch) | |
tree | baf1d07dbe31f0a6afa221b566cc61558591aac3 /archaeological_context_records/tests.py | |
parent | e2610c0807a43dea415584b28344b2c84aa2c3ab (diff) | |
download | Ishtar-4e54fd7b5e835c5475620b6b40dfa19c2bf3122d.tar.bz2 Ishtar-4e54fd7b5e835c5475620b6b40dfa19c2bf3122d.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 = { |