Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(gossipsub): message propagation #1184

Open
wants to merge 9 commits into
base: tests/gossipsub/peer-discovery
Choose a base branch
from
6 changes: 4 additions & 2 deletions tests/helpers.nim
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ import ../libp2p/protocols/secure/secure
import ../libp2p/switch
import ../libp2p/nameresolving/[nameresolver, mockresolver]

import "."/[asyncunit, errorhelpers]
export asyncunit, errorhelpers, mockresolver
import errorhelpers
import utils/async_tests

export async_tests, errorhelpers, mockresolver

const
StreamTransportTrackerName = "stream.transport"
Expand Down
Loading
Loading