Skip to content

Commit f616ccc

Browse files
committed
test: run tests with UPDATE_EXPECT=1
1 parent d194e57 commit f616ccc

File tree

4 files changed

+26
-8
lines changed

4 files changed

+26
-8
lines changed
Binary file not shown.

query-engine/dmmf/test_files/indexes_mongodb.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
"isReadOnly": false,
1717
"hasDefaultValue": false,
1818
"type": "String",
19-
"nativeType": ["ObjectId", []],
19+
"nativeType": [
20+
"ObjectId",
21+
[]
22+
],
2023
"isGenerated": false,
2124
"isUpdatedAt": false
2225
},
@@ -84,7 +87,10 @@
8487
"isReadOnly": false,
8588
"hasDefaultValue": false,
8689
"type": "String",
87-
"nativeType": ["ObjectId", []]
90+
"nativeType": [
91+
"ObjectId",
92+
[]
93+
]
8894
},
8995
{
9096
"name": "content",

query-engine/dmmf/test_files/indexes_mysql.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
"type": "String",
1818
"nativeType": [
1919
"VarChar",
20-
["300"]
20+
[
21+
"300"
22+
]
2123
],
2224
"isGenerated": false,
2325
"isUpdatedAt": false
@@ -34,7 +36,9 @@
3436
"type": "String",
3537
"nativeType": [
3638
"VarChar",
37-
["3000"]
39+
[
40+
"3000"
41+
]
3842
],
3943
"isGenerated": false,
4044
"isUpdatedAt": false
@@ -51,7 +55,9 @@
5155
"type": "String",
5256
"nativeType": [
5357
"VarChar",
54-
["3000"]
58+
[
59+
"3000"
60+
]
5561
],
5662
"isGenerated": false,
5763
"isUpdatedAt": false

query-engine/dmmf/test_files/indexes_sqlserver.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@
5555
"type": "String",
5656
"nativeType": [
5757
"VarChar",
58-
["300"]
58+
[
59+
"300"
60+
]
5961
],
6062
"isGenerated": false,
6163
"isUpdatedAt": false
@@ -72,7 +74,9 @@
7274
"type": "String",
7375
"nativeType": [
7476
"VarChar",
75-
["3000"]
77+
[
78+
"3000"
79+
]
7680
],
7781
"isGenerated": false,
7882
"isUpdatedAt": false
@@ -89,7 +93,9 @@
8993
"type": "String",
9094
"nativeType": [
9195
"VarChar",
92-
["3000"]
96+
[
97+
"3000"
98+
]
9399
],
94100
"isGenerated": false,
95101
"isUpdatedAt": false

0 commit comments

Comments
 (0)