Skip to content

Commit

Permalink
revert(dag): reinstate proptest regression checks
Browse files Browse the repository at this point in the history
9f662f1f6d7711c6545519c8b85996d515d3f104 removed a proptest non-regression file that exercises #375. We reinstate it and un-ignore the test.
  • Loading branch information
huitseeker committed Jun 28, 2022
1 parent 58c8fe0 commit a152f52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions narwhal/dag/proptest-regressions/node_dag.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cc fa3519710f9f7dc108a638115d5d25e9086a6feacc75b01f5576b4a09061cc3b
cc 8f3a548995d74ded14c3b0940d276692d2e7614961bf7e113c81a4205ee31c16
2 changes: 1 addition & 1 deletion narwhal/dag/src/node_dag.rs
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ mod tests {
}

#[test]
#[ignore = "Issue #375"]
//#[ignore = "Issue #375"]
fn test_dag_sanity_check(
dag in arb_dag_complete(10, 10)
) {
Expand Down

0 comments on commit a152f52

Please sign in to comment.