diff --git a/tests/fixtures/bigquery/export/bq_table_schema.json b/tests/fixtures/bigquery/export/bq_table_schema.json index 2f507c07..1759f870 100644 --- a/tests/fixtures/bigquery/export/bq_table_schema.json +++ b/tests/fixtures/bigquery/export/bq_table_schema.json @@ -88,7 +88,7 @@ }, { "name": "boolean_field", - "type": "BOOLEAN", + "type": "BOOL", "mode": "NULLABLE", "description": "a simple boolean field" },