rust-libp2p icon indicating copy to clipboard operation
rust-libp2p copied to clipboard

chore: add missing "cbor" feature flag on test

Open elton-cs opened this issue 1 year ago • 0 comments

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.

elton-cs avatar Apr 18 '24 23:04 elton-cs