Skip to content

Commit 910c9f7

Browse files
[Refactor] Minimal_dseparator: Multiple start and end nodes (#28)
* * refactor minimal_dseparartor * start & end nodes accept a list * add tests * R bindings refactors * python bindings refactors * wasm test refactors * trying to fix windows build failure --------- Co-authored-by: Ankur Ankan <ankurankan@gmail.com>
1 parent b709ab5 commit 910c9f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust_core/tests/test_dag.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ fn test_fork_convergence_pattern() {
431431

432432
// No separator should exist because B→D and C→D are direct edges
433433
assert!(result.is_err());
434-
assert!(result.unwrap_err().to_string().contains("adjacent"));
434+
assert!(result.unwrap_err().contains("No possible separators because B and D are adjacent"));
435435
}
436436

437437
#[test]

0 commit comments

Comments
 (0)