Skip to content

Commit d0a15d8

Browse files
committed
Copy @noliveleger's tests from #187, except for
whitespace and `contextual_name` changes
1 parent 0a11fee commit d0a15d8

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

tests/test_exports.py

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,8 @@ def test_copy_fields_multiple_versions(self):
14271427
'fields': ['restaurant_name', 'location', '_location_latitude',
14281428
'_location_longitude', '_location_altitude',
14291429
'_location_precision', 'eatery_type',
1430-
'eatery_type/sit_down', 'eatery_type/takeaway', '_uuid'],
1430+
'eatery_type/sit_down', 'eatery_type/takeaway',
1431+
'eatery_type_select_one_rpV3', '_uuid'],
14311432
'data': [
14321433
[
14331434
'Felipes',
@@ -1439,6 +1440,7 @@ def test_copy_fields_multiple_versions(self):
14391440
'',
14401441
'',
14411442
'',
1443+
'',
14421444
'5dd6ecda-b993-42fc-95c2-7856a8940acf',
14431445
],
14441446

@@ -1452,6 +1454,7 @@ def test_copy_fields_multiple_versions(self):
14521454
'',
14531455
'',
14541456
'',
1457+
'',
14551458
'd6dee2e1-e0e6-4d08-9ad4-d78d77079f85',
14561459
],
14571460

@@ -1462,9 +1465,10 @@ def test_copy_fields_multiple_versions(self):
14621465
'-25.43',
14631466
'',
14641467
'',
1465-
'takeaway',
14661468
'',
14671469
'',
1470+
'',
1471+
'takeaway',
14681472
'3f2ac742-305a-4b0d-b7ef-f7f57fcd14dc',
14691473
],
14701474

@@ -1475,9 +1479,10 @@ def test_copy_fields_multiple_versions(self):
14751479
'-24.53',
14761480
'',
14771481
'',
1478-
'sit_down',
14791482
'',
14801483
'',
1484+
'',
1485+
'sit_down',
14811486
'3195b926-1578-4bac-80fc-735129a34090',
14821487
],
14831488

@@ -1491,6 +1496,7 @@ def test_copy_fields_multiple_versions(self):
14911496
'takeaway sit_down',
14921497
'1',
14931498
'1',
1499+
'',
14941500
'04cbcf32-ecbd-4801-829b-299463dcd125',
14951501
],
14961502

@@ -1504,6 +1510,7 @@ def test_copy_fields_multiple_versions(self):
15041510
'sit_down',
15051511
'1',
15061512
'0',
1513+
'',
15071514
'1f21b881-db1d-4629-9b82-f4111630187d',
15081515
],
15091516

@@ -1517,6 +1524,7 @@ def test_copy_fields_multiple_versions(self):
15171524
'',
15181525
'0',
15191526
'0',
1527+
'',
15201528
'fda7e49b-6c84-4cfe-b1a8-3de997ac0880',
15211529
],
15221530

@@ -1530,6 +1538,7 @@ def test_copy_fields_multiple_versions(self):
15301538
'',
15311539
'',
15321540
'',
1541+
'',
15331542
'a4277940-c8f3-4564-ad3b-14e28532a976',
15341543
]
15351544
]

0 commit comments

Comments
 (0)