Skip to content

Commit

Permalink
test: reorder patch decorators for address model test
Browse files Browse the repository at this point in the history
  • Loading branch information
remyvdwereld committed Nov 21, 2024
1 parent 434f19c commit b32283b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/apps/addresses/tests/tests_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ def test_can_create_address_with_bag_result_without_stadsdeel(
self.assertEquals(Address.objects.count(), 1)
self.assertEquals(District.objects.count(), 0)

@patch("apps.addresses.models.do_bag_search_pdok_by_bag_id")
@patch("apps.addresses.models.do_bag_search_benkagg_by_id")
@patch("apps.addresses.models.do_bag_search_pdok_by_bag_id")
def test_can_create_address_with_bag_result(
self, mock_do_bag_search_benkagg_id, mock_do_bag_search_pdok_by_bag_id
):
Expand Down

0 comments on commit b32283b

Please sign in to comment.