File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -1406,29 +1406,6 @@ const runSpaceCreatesWithNesting = () => {
14061406
14071407 test ( suiteLabel ( "one_nested_file_add_back_empty_parent" ) , async ( ) => {
14081408 const fileMetadataList : SiteFileMetadata [ ] = [ fakeNestedFile ] ;
1409- // {
1410- // contentChangeType: ContentChangeType.create,
1411- // ancestors: [
1412- // {
1413- // id: "8781825",
1414- // },
1415- // ],
1416- // body: {
1417- // storage: {
1418- // representation: "storage",
1419- // value: "",
1420- // },
1421- // },
1422- // fileName: "fake-parent",
1423- // space: {
1424- // key: "fake-space-key",
1425- // id: "fake-space-id",
1426- // homepage: buildFakeContent(),
1427- // },
1428- // status: "current",
1429- // title: "Fake-parent",
1430- // type: "page",
1431- // },
14321409 const existingSite : SitePage [ ] = [
14331410 {
14341411 id : "fake-parent-id" ,
You can’t perform that action at this time.
0 commit comments