Skip to content

Commit

Permalink
fixed unpack issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RDiPiazza committed Nov 24, 2024
1 parent 7922cc7 commit 2e98597
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion test/sitemap/test_update_pg_keywords.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,18 @@ def test_first_update_keywords():
,number_of_biodiversite_solutions_directes \
,number_of_keywords_climat \
,number_of_keywords_biodiversite \
,number_of_keywords_ressources = get_themes_keywords_duration(plaintext, srt, start)
,number_of_keywords_ressources \
,number_of_changement_climatique_constat_no_hrfp \
,number_of_changement_climatique_causes_directes_no_hrfp \
,number_of_changement_climatique_consequences_no_hrfp \
,number_of_attenuation_climatique_solutions_directes_no_hrfp \
,number_of_adaptation_climatique_solutions_directes_no_hrfp \
,number_of_ressources_no_hrfp \
,number_of_ressources_solutions_no_hrfp \
,number_of_biodiversite_concepts_generaux_no_hrfp \
,number_of_biodiversite_causes_directes_no_hrfp \
,number_of_biodiversite_consequences_no_hrfp \
,number_of_biodiversite_solutions_directes_no_hrfp = get_themes_keywords_duration(plaintext, srt, start)

assert result_after_update.id == result_before_update.id

Expand Down

0 comments on commit 2e98597

Please sign in to comment.