Skip to content

Commit

Permalink
forgot to update the test
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroshade committed May 26, 2023
1 parent 2e81186 commit f09bcc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/arrow/internal/arrjson/arrjson_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5812,15 +5812,15 @@ func makeViewTypesWantJSONs() string {
{
"name": "binary_view",
"type": {
"name": "binary_view"
"name": "binaryview"
},
"nullable": true,
"children": []
},
{
"name": "string_view",
"type": {
"name": "utf8_view"
"name": "utf8view"
},
"nullable": true,
"children": []
Expand Down

0 comments on commit f09bcc8

Please sign in to comment.