Skip to content

Commit da2ab6b

Browse files
committed
chore: API sync
1 parent f85611c commit da2ab6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackslib/src/net/api/tests/postmicroblock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ fn test_try_parse_request() {
102102
fn test_try_make_response() {
103103
let addr = SocketAddr::new(IpAddr::V4(Ipv4Addr::new(127, 0, 0, 1)), 33333);
104104

105-
let test_rpc = TestRPC::setup_ex(function_name!(), false);
105+
let test_rpc = TestRPC::setup_ex(function_name!(), false, None, None);
106106
let mblock = test_rpc.next_microblock.clone().unwrap();
107107

108108
let mut requests = vec![];

0 commit comments

Comments
 (0)