Skip to content

Commit

Permalink
Test code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Dec 16, 2024
1 parent 6298391 commit feb9286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord/layer/tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ impl TestIntProxy {
let agent_conn = AgentConnection::new_for_raw_address(fake_agent_address)
.await
.unwrap();
let intproxy = IntProxy::new_with_connection(agent_conn, listener, false);
let intproxy = IntProxy::new_with_connection(agent_conn, listener, 0);
intproxy
.run(Duration::from_secs(5), Duration::from_secs(5))
.await
Expand Down

0 comments on commit feb9286

Please sign in to comment.