Skip to content

Commit 359d785

Browse files
committed
Preserve canonical path test after restack
Update the PR5 resource-field assertion retained while restacking onto the canonical path decoder change. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: dfea4d42-e8a5-42ef-978a-6434e8bf89ec
1 parent 2bed262 commit 359d785

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backends/learning_mode/windows/src/etl_decode.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ mod tests {
421421
let out = dedup_to_resources(denials).denials;
422422

423423
assert_eq!(out.len(), 1);
424-
assert_eq!(out[0].path, r"\\server\share\file.txt");
424+
assert_eq!(out[0].resource, r"\\server\share\file.txt");
425425
}
426426

427427
#[test]

0 commit comments

Comments
 (0)