Update tests with new out_path_hash_mode field and surface error on path hash mode set failure

This commit is contained in:
Jack Kingsman
2026-03-08 00:04:11 -08:00
parent b3625b4937
commit 564cd65496
13 changed files with 40 additions and 1 deletions
+1
View File
@@ -288,6 +288,7 @@ function makeContact(overrides: Partial<Contact> = {}): Contact {
last_read_at: null,
first_seen: null,
...overrides,
out_path_hash_mode: overrides.out_path_hash_mode ?? 0,
};
}