rust-libp2p
rust-libp2p copied to clipboard
chore: add missing "cbor" feature flag on test
Description
Found a failing test while looking through the request-response protocol crate. The function dial_succeeds_after_adding_peers_address() was just missing the cbor feature flag. Added the flag and the test passed.