Skip to content

Commit fdd3420

Browse files
committed
fix postgres lateral test
1 parent 88191eb commit fdd3420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/postgres_lateral_tables.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ r#"
6565
export type JsonbToRecordSet12Params = [any];
6666
6767
export interface IJsonbToRecordSet12Result {
68-
flavorText: string;
68+
flavor_text: string;
6969
id: number;
7070
name: string;
7171
rarity: string;

0 commit comments

Comments
 (0)