You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unable to write unit tests to validate that my impls for FixedGattValue are correct, since the library can only be compiled for nrf hardware. Splitting the ble traits into their own library would make this possible. I currently have to create a new trait that I can use for testing, then use a newtype wrapper to proxy the implementation for FixedGattValue.
The text was updated successfully, but these errors were encountered:
I'm unable to write unit tests to validate that my impls for
FixedGattValue
are correct, since the library can only be compiled for nrf hardware. Splitting the ble traits into their own library would make this possible. I currently have to create a new trait that I can use for testing, then use a newtype wrapper to proxy the implementation forFixedGattValue
.The text was updated successfully, but these errors were encountered: