Skip to content

Commit

Permalink
test: run tests with UPDATE_EXPECT=1 after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
pasha-vuiko committed Nov 23, 2024
1 parent 2043c65 commit 8d8a50e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file not shown.
7 changes: 7 additions & 0 deletions query-engine/dmmf/test_files/functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"isReadOnly": false,
"hasDefaultValue": true,
"type": "String",
"nativeType": null,
"default": {
"name": "cuid",
"args": [
Expand All @@ -86,6 +87,7 @@
"isReadOnly": false,
"hasDefaultValue": true,
"type": "String",
"nativeType": null,
"default": {
"name": "cuid",
"args": [
Expand All @@ -105,6 +107,7 @@
"isReadOnly": false,
"hasDefaultValue": true,
"type": "String",
"nativeType": null,
"default": {
"name": "uuid",
"args": [
Expand All @@ -124,6 +127,7 @@
"isReadOnly": false,
"hasDefaultValue": true,
"type": "String",
"nativeType": null,
"default": {
"name": "uuid",
"args": [
Expand All @@ -143,6 +147,7 @@
"isReadOnly": false,
"hasDefaultValue": true,
"type": "String",
"nativeType": null,
"default": {
"name": "uuid",
"args": [
Expand All @@ -162,6 +167,7 @@
"isReadOnly": false,
"hasDefaultValue": true,
"type": "String",
"nativeType": null,
"default": {
"name": "nanoid",
"args": []
Expand All @@ -179,6 +185,7 @@
"isReadOnly": false,
"hasDefaultValue": true,
"type": "String",
"nativeType": null,
"default": {
"name": "nanoid",
"args": [
Expand Down

0 comments on commit 8d8a50e

Please sign in to comment.