Skip to content

Commit

Permalink
windows snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
aawsome committed Dec 29, 2024
1 parent 29cb4ca commit 4003300
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions crates/core/tests/snapshots/integration__vfs-windows.snap.new
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
source: crates/core/tests/integration.rs
assertion_line: 167
expression: snap
snapshot_kind: text
---
[
{
"name": "empty-file",
"type": "file",
"mtime": "[some]",
"atime": "[some]",
"ctime": "[some]",
"content": Some([]),
},
{
"name": "testfile",
"type": "file",
"mtime": "[some]",
"atime": "[some]",
"ctime": "[some]",
"size": 21,
"content": Some([
Id("649b8b471e7d7bc175eec758a7006ac693c434c8297c07db15286788c837154a"),
]),
},
{
"name": "testfile-hardlink",
"type": "file",
"mtime": "[some]",
"atime": "[some]",
"ctime": "[some]",
"size": 21,
"content": Some([
Id("649b8b471e7d7bc175eec758a7006ac693c434c8297c07db15286788c837154a"),
]),
},
{
"name": "testfile-symlink",
"type": "symlink",
"linktarget": "testfile",
"mtime": "[some]",
"atime": "[some]",
"ctime": "[some]",
"content": None,
},
]

0 comments on commit 4003300

Please sign in to comment.