Skip to content

Commit

Permalink
correct test. they passed red after merging #278 in the_import
Browse files Browse the repository at this point in the history
  • Loading branch information
pauletienney committed Nov 28, 2023
1 parent adcdc62 commit fc8708e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/batid/services/imports/import_bdnb_2023_01.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ def import_bdnd_2023_01_bdgs(dpt):

source_id = "bdnb_2023_01"

building_import = building_import_history.insert_building_import(source_id, dpt)
building_import = building_import_history.insert_building_import(
source_id, None, dpt
)

src = Source(source_id)
src.set_param("dpt", dpt)
Expand Down

0 comments on commit fc8708e

Please sign in to comment.