Skip to content

Commit

Permalink
[#311] Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmursa-dev committed Jan 27, 2025
1 parent 9bfbdf5 commit 6293a3c
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@

class TestCountryConverter(BaseMigrationTest):
app = "klantinteracties"
migrate_from = "0023_alter_digitaaladres_omschrijving"
migrate_to = "0024_alter_betrokkene_bezoekadres_land_and_more"
migrate_from = (
"0025_alter_partijidentificator_partij_identificator_code_objecttype_and_more"
)
migrate_to = "0026_alter_betrokkene_bezoekadres_land_and_more"

def test_ok_migration_betrokkene_model(self):

Expand Down

0 comments on commit 6293a3c

Please sign in to comment.