-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
murchik
committed
Jun 10, 2022
1 parent
3296c96
commit 19fc0f0
Showing
4 changed files
with
21 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,14 +80,14 @@ def test_spreadsheet_data_conversion(): | |
result = usecase.convert_spreadsheet("some-id") | ||
csv = FILE_VALUES[0] | ||
expected_row = 'The Ukrainian House,Poland,Warsaw,' \ | ||
'"ul. Zamenhofa 1, 00-153",[\'Accommodation\'],' \ | ||
'[\'Fundacja “Nasz Wybór”\'],Crisis support center,' \ | ||
'"ul. Zamenhofa 1, 00-153",Accommodation,' \ | ||
'Fundacja “Nasz Wybór”,Crisis support center,' \ | ||
'52.24734033,20.9964833,(+48) 727 805 764 ,' \ | ||
'[email protected],,,,' \ | ||
'"Monday: 09:00–19:00\nTuesday: 09:00–19:00\n' \ | ||
'Wednesday: 09:00–19:00\nThursday: 09:00–19:00\n' \ | ||
'Friday: 09:00–19:00\nSaturday: 09:00–17:00\n' \ | ||
'Sunday: Closed\n",[],,True,True' | ||
'Sunday: Closed\n",,,True,True' | ||
|
||
# TODO: verify city translation | ||
|
||
|