Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenchrist committed May 26, 2024
1 parent d57c42a commit ed64a90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/fixtures/bigquery/export/bq_table_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"fields": [
{
"name": "subfield_1",
"type": "BOOLEAN",
"type": "BOOL",
"mode": "REQUIRED",
"description": "a required boolean field"
},
Expand Down Expand Up @@ -254,7 +254,7 @@
"fields": [
{
"name": "Field1",
"type": "BOOLEAN",
"type": "BOOL",
"mode": "NULLABLE",
"description": "a boolean field"
},
Expand Down

0 comments on commit ed64a90

Please sign in to comment.