diff --git a/tests/fixtures/bigquery/export/bq_table_schema.json b/tests/fixtures/bigquery/export/bq_table_schema.json index 1759f870..470fcac9 100644 --- a/tests/fixtures/bigquery/export/bq_table_schema.json +++ b/tests/fixtures/bigquery/export/bq_table_schema.json @@ -185,7 +185,7 @@ "fields": [ { "name": "subfield_1", - "type": "BOOLEAN", + "type": "BOOL", "mode": "REQUIRED", "description": "a required boolean field" }, @@ -254,7 +254,7 @@ "fields": [ { "name": "Field1", - "type": "BOOLEAN", + "type": "BOOL", "mode": "NULLABLE", "description": "a boolean field" },