Skip to content

Commit

Permalink
Update snapshot test #3847
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMehl committed Feb 7, 2025
1 parent b16838e commit 6c1555f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ exports[`FileHelper getCCFile should build a CCFile 1`] = `
"isFlattened": false,
"link": "https://www.google.de",
"name": "big leaf",
"path": "/root/big leaf",
"type": "File",
},
{
Expand All @@ -37,6 +38,7 @@ exports[`FileHelper getCCFile should build a CCFile 1`] = `
"isExcluded": false,
"isFlattened": false,
"name": "small leaf",
"path": "/root/Parent Leaf/small leaf",
"type": "File",
},
{
Expand All @@ -48,12 +50,14 @@ exports[`FileHelper getCCFile should build a CCFile 1`] = `
"isExcluded": false,
"isFlattened": false,
"name": "other small leaf",
"path": "/root/Parent Leaf/other small leaf",
"type": "File",
},
],
"isExcluded": false,
"isFlattened": false,
"name": "Parent Leaf",
"path": "/root/Parent Leaf",
"type": "Folder",
},
],
Expand Down

0 comments on commit 6c1555f

Please sign in to comment.