From 78b175b8437faeb8eae2ef9ae27f238f72aa2353 Mon Sep 17 00:00:00 2001 From: JacqueGM Date: Mon, 7 Aug 2023 22:21:41 +0200 Subject: [PATCH] update integration --- tests/integration.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/integration.rs b/tests/integration.rs index 5df85f8..5868580 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -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]