use our Result type here

This commit is contained in:
Patrick Thomson 2020-10-21 12:49:41 -04:00
parent 91d5d59d85
commit 947528f019
2 changed files with 5 additions and 2 deletions

View file

@ -91,7 +91,7 @@ pub fn query_files_at_paths(
}
}
if should_test {
assert::assert_expected_captures(results, path);
assert::assert_expected_captures(results, path)?
}
}