Skip to content

Commit 0b511d2

Browse files
committed
undo unrelated change
1 parent 99fe0a7 commit 0b511d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/l2geth/src/rpc_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ mod tests {
203203
}
204204

205205
#[test]
206-
// #[ignore = "Requires L2GETH_ENDPOINT environment variable"]
206+
#[ignore = "Requires L2GETH_ENDPOINT environment variable"]
207207
fn test_try_fetch_block_witness() {
208208
let config = create_config_from_env();
209209
let client_core = RpcClientCore::create(&config).expect("Failed to create RPC client");

0 commit comments

Comments
 (0)