From 9ddc5133d027cc4daf654e21824806e8452ba1aa Mon Sep 17 00:00:00 2001 From: Himanshu Goyal Date: Tue, 13 Feb 2024 16:14:20 -0500 Subject: [PATCH] cleanup --- src/testing/basic_test.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/testing/basic_test.rs b/src/testing/basic_test.rs index 615c9be6..76d4a50c 100644 --- a/src/testing/basic_test.rs +++ b/src/testing/basic_test.rs @@ -53,7 +53,6 @@ mod tests { } use super::*; - const TEST_NUM_NODES_IN_VID_COMPUTATION: usize = 4; /// This test simulates multiple builders receiving messages from the channels and processing them #[async_std::test] //#[instrument]