Skip to content

Commit cfb65e7

Browse files
author
Al Manning
committed
remove comment
1 parent bfe304f commit cfb65e7

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

tests/unit/confluence.test.ts

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)