Skip to content

Commit

Permalink
Fix address picker tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dvacca-onfido committed Feb 20, 2025
1 parent 19263c5 commit 433e594
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_address_picker.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
'flat_number': "",
'building_number': "2",
'building_name': "",
'street': "RAWSON CLOSE",
'sub_street': "",
'town': "SHEFFIELD"
'street': "Rawson Close",
'sub_street': None,
'town': "Sheffield"
})

exampleAddress2 = deepcopy(exampleAddress)
Expand Down

0 comments on commit 433e594

Please sign in to comment.