Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ymc9 committed Jan 3, 2024
1 parent 7237b5d commit e02e4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schema/tests/generator/prisma-builder.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ describe('Prisma Builder Tests', () => {
undefined,
new AttributeArgValue(
'FunctionCall',
new FunctionCall('dbgenerated', [new FunctionCallArg(undefined, 'timestamp_id()')])
new FunctionCall('dbgenerated', [new FunctionCallArg(undefined, '"timestamp_id()"')])
)
),
]),
Expand Down

0 comments on commit e02e4d0

Please sign in to comment.