Skip to content

Commit 088038e

Browse files
author
Matti Remes
committed
edit test numbering
1 parent 2783f7c commit 088038e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas_gbq/tests/test_gbq.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,7 @@ def test_upload_data_with_valid_user_schema(self):
14261426
# Issue #46; tests test scenarios with user-provided
14271427
# schemas
14281428
df = tm.makeMixedDataFrame()
1429-
test_id = "15"
1429+
test_id = "18"
14301430
test_schema = [{'name': 'A', 'type': 'FLOAT'},
14311431
{'name': 'B', 'type': 'FLOAT'},
14321432
{'name': 'C', 'type': 'STRING'},
@@ -1441,7 +1441,7 @@ def test_upload_data_with_valid_user_schema(self):
14411441

14421442
def test_upload_data_with_invalid_user_schema_raises_error(self):
14431443
df = tm.makeMixedDataFrame()
1444-
test_id = "16"
1444+
test_id = "19"
14451445
test_schema = [{'name': 'A', 'type': 'FLOAT'},
14461446
{'name': 'B', 'type': 'FLOAT'},
14471447
{'name': 'C', 'type': 'FLOAT'},
@@ -1454,7 +1454,7 @@ def test_upload_data_with_invalid_user_schema_raises_error(self):
14541454

14551455
def test_upload_data_with_missing_schema_fields_raises_error(self):
14561456
df = tm.makeMixedDataFrame()
1457-
test_id = "16"
1457+
test_id = "20"
14581458
test_schema = [{'name': 'A', 'type': 'FLOAT'},
14591459
{'name': 'B', 'type': 'FLOAT'},
14601460
{'name': 'C', 'type': 'FLOAT'}]

0 commit comments

Comments
 (0)