fix(lib): swapped entries in test dag.sort.topological."sorts a graph" #9
|
@ -149,7 +149,7 @@ in
|
||||||
];
|
];
|
||||||
actual = lib.dag.sort.topological {
|
actual = lib.dag.sort.topological {
|
||||||
a = lib.dag.entry.anywhere "a";
|
a = lib.dag.entry.anywhere "a";
|
||||||
b = lib.dag.entry.between [ "c" ] [ "a" ] "b";
|
b = lib.dag.entry.between [ "a" ] [ "c" ] "b";
|
||||||
c = lib.dag.entry.before [ "c" ] "c";
|
c = lib.dag.entry.before [ "c" ] "c";
|
||||||
d = lib.dag.entry.after [ "c" ] "d";
|
d = lib.dag.entry.after [ "c" ] "d";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue