Skip to content

Commit 58e9758

Browse files
committed
test: don't use the old weird files format for importing
1 parent c9e3356 commit 58e9758

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

test/test-files/data-project/data/accounts-contacts-plan.json

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,11 @@
22
{
33
"sobject": "Account",
44
"saveRefs": false,
5-
"files": [
6-
{
7-
"file": "accounts-only.json",
8-
"saveRefs": true
9-
}
10-
]
5+
"files": ["accounts-only.json"]
116
},
127
{
138
"sobject": "Account",
149
"resolveRefs": false,
15-
"files": [
16-
{
17-
"file": "contacts-only-1.json",
18-
"resolveRefs": true
19-
},
20-
"contacts-only-2.json"
21-
]
10+
"files": ["contacts-only-1.json", "contacts-only-2.json"]
2211
}
2312
]

0 commit comments

Comments
 (0)