Skip to content

Commit 1e92a3f

Browse files
committed
turned the logger off in the test
1 parent 0300070 commit 1e92a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_node/lighthouse_network/tests/rpc_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ fn test_status_rpc() {
145145
fn test_light_client_bootstrap_rpc() {
146146
// set up the logging. The level and enabled logging or not
147147
let log_level = Level::Debug;
148-
let enable_logging = true;
148+
let enable_logging = false;
149149

150150
let rt = Arc::new(Runtime::new().unwrap());
151151

0 commit comments

Comments
 (0)