Skip to content

Commit

Permalink
Update plugin_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzyq authored Nov 18, 2024
1 parent d3cbc5a commit 84a120f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/converter/plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ func TestWellKnownTypes(t *testing.T) {
{ "name": "bool", "type": "BOOLEAN", "mode": "NULLABLE" },
{ "name": "str", "type": "STRING", "mode": "NULLABLE" },
{ "name": "bytes", "type": "BYTES", "mode": "NULLABLE" },
{ "name": "du", "type": "STRING", "mode": "NULLABLE" },
{ "name": "du", "type": "INTERVAL", "mode": "NULLABLE" },
{ "name": "t", "type": "TIMESTAMP", "mode": "NULLABLE" }
]`,
})
Expand Down

0 comments on commit 84a120f

Please sign in to comment.