launchdarkly / rust-server-sdk

LaunchDarkly Server-Side SDK for Rust
https://docs.launchdarkly.com/sdk/server-side/rust
Other
18 stars 13 forks source link

ci: Fix failing tests #68

Closed keelerm84 closed 3 months ago

keelerm84 commented 3 months ago

mockito made some changes in the v1.3.1 release which are effecting our unit tests. Using their sync client within an async test was never a supported use case, so I've updated the code to use the appropriate async methods.

shortcut-integration[bot] commented 3 months ago

This pull request has been linked to Shortcut Story #236805: Fix async mockito tests in rust.