From ed64a90df29a398001bc15d2c34f7e78e89652e9 Mon Sep 17 00:00:00 2001 From: jochen Date: Sun, 26 May 2024 16:42:40 +0200 Subject: [PATCH] Fix tests --- tests/fixtures/bigquery/export/bq_table_schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" },