balena-io-modules / network-manager

Rust NetworkManager bindings
Apache License 2.0
37 stars 30 forks source link

Failing doctest of the device::connect function #49

Closed majorz closed 7 years ago

majorz commented 7 years ago

The doctests in the connection module are breaking the device::connect doctest when we run the full test suit. It works well when running this separately. For now the doctest is commented out but we need to uncomment and debug it.

majorz commented 7 years ago

Fixed in #59