Skip to content

Commit 69fee1b

Browse files
committed
fix pattern match for location
1 parent 80765b1 commit 69fee1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raphtory/src/search/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ mod test_index {
364364
.unwrap();
365365
let result = graph.encode(folder);
366366
match result {
367-
Err(GraphError::IOError { source }) => {
367+
Err(GraphError::IOError { source, .. }) => {
368368
assert!(
369369
format!("{source}").to_lowercase().contains("file exists"),
370370
"{}",

0 commit comments

Comments
 (0)