@@ -1426,7 +1426,7 @@ def test_upload_data_with_valid_user_schema(self):
1426
1426
# Issue #46; tests test scenarios with user-provided
1427
1427
# schemas
1428
1428
df = tm .makeMixedDataFrame ()
1429
- test_id = "15 "
1429
+ test_id = "18 "
1430
1430
test_schema = [{'name' : 'A' , 'type' : 'FLOAT' },
1431
1431
{'name' : 'B' , 'type' : 'FLOAT' },
1432
1432
{'name' : 'C' , 'type' : 'STRING' },
@@ -1441,7 +1441,7 @@ def test_upload_data_with_valid_user_schema(self):
1441
1441
1442
1442
def test_upload_data_with_invalid_user_schema_raises_error (self ):
1443
1443
df = tm .makeMixedDataFrame ()
1444
- test_id = "16 "
1444
+ test_id = "19 "
1445
1445
test_schema = [{'name' : 'A' , 'type' : 'FLOAT' },
1446
1446
{'name' : 'B' , 'type' : 'FLOAT' },
1447
1447
{'name' : 'C' , 'type' : 'FLOAT' },
@@ -1454,7 +1454,7 @@ def test_upload_data_with_invalid_user_schema_raises_error(self):
1454
1454
1455
1455
def test_upload_data_with_missing_schema_fields_raises_error (self ):
1456
1456
df = tm .makeMixedDataFrame ()
1457
- test_id = "16 "
1457
+ test_id = "20 "
1458
1458
test_schema = [{'name' : 'A' , 'type' : 'FLOAT' },
1459
1459
{'name' : 'B' , 'type' : 'FLOAT' },
1460
1460
{'name' : 'C' , 'type' : 'FLOAT' }]
0 commit comments