Schema V2: Snapshot testing for migrations should fail when output doesn't match (#109278)
* Schema v2: Snapshot testing for migration fails when doesn't match * Update snapshot
This commit is contained in:
+2
-2
@@ -148,7 +148,7 @@
|
||||
{
|
||||
"options": {
|
||||
"20": {
|
||||
"color": null,
|
||||
"color": "orange",
|
||||
"text": "test"
|
||||
}
|
||||
},
|
||||
@@ -157,7 +157,7 @@
|
||||
{
|
||||
"options": {
|
||||
"30": {
|
||||
"color": null,
|
||||
"color": "orange",
|
||||
"text": "test1"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user