Skip to content

Commit

Permalink
update integration
Browse files Browse the repository at this point in the history
  • Loading branch information
JacqueGM committed Aug 7, 2023
1 parent 190bfeb commit 78b175b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ fn test_flow_chris_martin() {
&martin,
&edges,
U256::from(71152921504606846976),
None,
Some(2),
);
test_flow(&chriseth, &martin, &read_edges(), U256::MAX, Some(2));
test_flow(&chriseth, &martin, &read_edges(), U256::MAX, None, Some(2));
}

#[test]
Expand Down

0 comments on commit 78b175b

Please sign in to comment.