Skip to content

Commit

Permalink
Split local manifest into separate modules
Browse files Browse the repository at this point in the history
  • Loading branch information
FirelightFlagboy committed Sep 19, 2024
1 parent a68801d commit d86db5f
Show file tree
Hide file tree
Showing 8 changed files with 1,336 additions and 1,309 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ async fn inconsistent_path_parent_mismatch(
wksp1_foo_id,
ResolvePathError::Internal(
DataError::DataIntegrity {
data_type: "libparsec_types::local_manifest::LocalFolderManifest",
data_type: "libparsec_types::local_manifest::folder::LocalFolderManifest",
invariant: "id and parent are different for child manifest",
}
.into(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ async fn inconsistent_path_parent_mismatch(
wksp1_foo_id,
ResolvePathError::Internal(
DataError::DataIntegrity {
data_type: "libparsec_types::local_manifest::LocalFolderManifest",
data_type: "libparsec_types::local_manifest::folder::LocalFolderManifest",
invariant: "id and parent are different for child manifest",
}
.into(),
Expand Down
Loading

0 comments on commit d86db5f

Please sign in to comment.